

@keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }

  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  
  @font-face {
	src: unset;
	font-family: Georgia, 'Times New Roman', Times, serif;
  }
  
  @font-face {
	src: unset;
	  font-family: Georgia, 'Times New Roman', Times, serif;
  }
  
  body {
	background-color: #ddd7b1;
  }

  button {
    background-color: 16474E;
  }

  .hero-image {
    width: 100%;
  }

  #mySidenav a {
    position: fixed;
    right: -85px;
    transition: 0.3s;
    padding: 15px;
    width: 140px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    border-radius: 5px 0 0 5px;
  }
  
  #mySidenav a:hover {
    right: 0;
  }
  
  #menu_login {
    text-align: right;
    top: 20px;
    background-color: #41aebd;
  }
  
  #about {
    text-align: right;
    top: 80px;
    background-color: #41aebd;
  }
  
  #features {
    text-align: right;
    top: 140px;
    background-color: #41aebd;
  }
  
  #pricing {
    text-align: right;
    top: 200px;
    background-color: #41aebd;
  }

  #contact {
    text-align: right;
    top: 260px;
    background-color: #41aebd;
  }

  .menu_check {
    height: 25px;
    position: absolute;
    left: 25px;
  }
  