body, html {
    height: 100%;
    margin: 0;
    color: white;
}
.reddit-sans-regular {
  font-family: "Reddit Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.reddit-sans-light {
  font-family: "Reddit Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.parkinsans {
  font-family: "Parkinsans", sans-serif;
  font-optical-sizing: auto;
  font-weight: ;
  font-style: normal;
}

body {
    background: url('background.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.logo {
    position: relative;
    width: 500px;
    margin-bottom:0em;
    padding-bottom:25px;
    /*background-color: rgba(0, 0, 0, 0.5); */

}
.content {
    /*background-color: rgba(0, 0, 0, 0.5); */
    position: absolute;
    padding: 0px;
    border-radius: 10px;
     margin-left: 35%; 
     text-align: center;
     top:16%;
}
/*.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
}*/

h1 {
    font-size: 3em;
    margin-bottom: 0.5em;
}
h2 {
    font-size: 2em;
}

p {
    font-size: 1.5em;
}

footer {
    position: absolute;
    bottom: 20px;
    width: 100%;
}
footer p {
    font-size: 1.2em;
}
footer a {
    color: #FFF;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}
@media screen and (min-width: 1921px) and (max-width: 2560px) {
  .content {
    /*background-color: rgba(0, 0, 0, 0.5); */
    position: absolute;
    padding: 0px;
    border-radius: 10px;
     margin-left: 35%; 
     text-align: center;
     top:17%;
}
}
@media screen and (max-width: 767px) {

 body {
    background: url('mob-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    overflow: hidden;
}
h1 {
    font-size: 2.5em;
    margin-bottom: 0.2em;
}

p {
    font-size: 1em;
}
footer p {
    font-size: 0.9em;
    padding: 20px;
}
.content {
    /*background-color: rgba(0, 0, 0, 0.5); */
    padding: 20px;
    border-radius: 10px;
     margin-left: 0%; 
     position: absolute;
     top: 10px;
     text-align: center;
}
.logo {
    position: relative;
    width: 300px;
    top:0px;
    padding-bottom:0px;
}
}
