html {
    min-height: 100%;
    position: relative;
  }

body {
    margin: 0;
    margin-bottom: 40px;
  }

#footer-2 {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 2em;
    position: relative;
    background-color: #000;
    border: 0.2em  solid #ffffff;
    display: flex;
    justify-content: center;
  }

#footer-2 a {
    text-decoration: none;
    color: #fff;
    margin: auto;
    text-align: center;
    font-size: 0.8em;
    margin-left: 1em;
    margin-right: 1em;
}

#text-container {
    width: 80vw;
    height: 63vh;
    position: absolute;
    top: 17em;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    
}

#text-container h1 {
    font-size: 1.5em;
    color: #fff;
    background-color: #818181;
    text-align: center;
}

#text-container h2 {
    font-size: 1.2em;
    color: #fff;
    background-color: #818181;
    text-align: center;
}

#text-container p {
    font-size: 0.8em;
    color: #fff;
    line-height: 0.8em;
}

/* Legal */


#text-container-legal h1 {
    font-size: 1.2em;
    color: #fff;
    background-color: #818181;
    text-align: center;

}

#text-container-legal p {
    font-size: 1em;
    color: #fff;
    line-height: 0.8em;
}

#back {
    width: 3em;
    height: 1.5em;
    background-color: #000;
    position: fixed;
    top: 2em;
    border: 0.1em solid #fff;
}

#back a {
    display: inline;
    color: #fff;
    padding-left: 0.5em;
    text-decoration: none;
}

@media only screen and (min-width: 1280px) {
    
    body {
        overflow-x: hidden;
    }
    #text-container {
        top: 22em;
    }

    #text-container p {
        font-size: 1.2em;
        line-height: 1em;
    }

    #footer-2 {
        top: 95.5%;
      }

      #back {
        width: 5em;
        height: 2.5em;
        position: fixed;
        top: 2em;
        left: -0.2em;
        border: 0.2em solid #fff;
    }

    #back a {
        text-decoration: none;
        position: absolute;
        left: 1em;
        font-size: 1.2em;
    }

}
 

@media only screen and (min-width: 1920px) {

    #text-container p {
        margin-bottom: 3em;
    }    

    #text-container p {
        line-height: 1em;
    }

    #footer-2 {
        top: 94.5%;
        height: 3.5em;
      }
    
    #footer-2 a {
        font-size: 1.5em;
    }

    #back {
        width: 6.5em;
        height: 3em;
    }

    #back a {
        font-size: 1.5em;
    }

}
