body {
    background-color:rgb(255, 255, 255);
}

h2 {
    color:rgb(0, 0, 0);
    font-family: 'Cutive Mono', monospace;
    z-index: 2;
}

p {
    color:rgb(0, 0, 0);
    font-family: 'Cutive Mono', monospace;
    text-align: center;
    z-index: 1;
}

a:link {
    color: rgb(255, 0, 0);
    background-color: transparent;
    text-decoration: none;
  }
  
  a:visited {
    color: rgb(173, 0, 0);
    background-color: transparent;
    text-decoration: none;
  }

  a:hover {
    color: rgb(255, 115, 0);
    background-color: transparent;
    text-decoration: none;
  }

  @media only screen and (min-width: 768px) {
img {
    
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 55%;
    z-index: 1;
    }
  }

  img {
    
    padding: 0;
    display: block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    z-index: 1;
    position: relative;
    } 


  #mc_embed_signup {
      display: flex;
      justify-content: center;
  }

  #mc_embed_signup_scroll {
    display: flex;
    justify-content: center;
  }

  #info {
    max-width:780px;
    margin-left: auto;
    margin-right: auto;
  }

#footer {
  z-index: 1;
  position: relative;
}

#return {
  text-align: center;
  margin-bottom: 0;
}