@font-face {
    font-family: "roboto";
    src: url(fonts/roboto.ttf);
  }

  
  html,
  body {
    
    background:rgb(246,244,239);
    
    font-family: 'roboto', sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
    width: 70%;
  
  }

  
@-webkit-keyframes smoothload {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes smoothload {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

body {
  
  color:rgb(170, 170, 170);
  font-size: 18px;
}

p,
h1,
h2 {
  margin: 0;
  font-weight: normal;
}

.sub {
  color:rgb(170, 170, 170);
  font-size: 14px;
  width: 70%;
}

sup {
  font-size: 20px;
  width: 70%;
}

hr {
  margin: 0;
  border: solid rgb(200, 200, 200) 1px;
  

}

h4 {
  margin: 15;
  margin-right: 97%;
}


a {
  color: rgb(96, 96, 96);
  text-decoration: none;
  cursor: pointer;
  background-position-x: left;
}


#container {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
        }



.flex {
  display: flex;
  font-family: "roboto", serif;
}

#about {
  margin: 15;
  white-space: normal;

}

  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px;
    font-family: "roboto";
    color:rgba(120, 120, 120);

  }
  

  .close,
  .cross:visited {
    font-family: 'roboto', sans-serif;
    font-weight: bold;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  
  .close:hover {
    cursor: pointer;
  }
  


