    html{
      margin:0;
      padding:0;
      width:100%;
      height:100%;
      display:table
    }

    body{
      font-family: "Lexend", sans-serif;
      background: rgb(0,0,0);
      text-align: center;
      display:table-cell;
      vertical-align:middle;
      width: 100%;
    }

    footer{
      width: 100%;
      position: fixed;
      bottom: 0;
      text-align: center;
    }

    h1{
        font-family: "Lexend", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size: 1.65rem;
        letter-spacing: 5px;
        color: #A0A0A0;
    }

    h3{
        font-family: "Lexend", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 1.50rem;
        letter-spacing: 5px;
        color: #A0A0A0;
    }

    h2{
        font-family: "Lexend", sans-serif;
        font-optical-sizing: auto;
        font-weight: 200;
        font-style: normal;
        font-size: 0.80rem;
        letter-spacing: 5px;
    }

    a{
        color: #C0C0C0;
        text-decoration: none;
    }

    a:hover {
        color:#F0545D; 
        text-decoration:none; 
        cursor:pointer;  
    }

.footer{
  text-align: center;
  margin-bottom: 0px;
}
