body{
    margin: 0px;
    background-color: rgb(233, 231, 230);
   }

   header h2{
    font-size: 35px;
    margin: 0;
    margin-top: 12px;
}

   .name{
    list-style: none;
    display: inline-block;
    min-width: 90px;
    }
    header a{
    text-decoration: none;
    color: #333;
    }
    /* header.current a{
    color: rgb(45, 54, 138);
    } */
    header a:hover{
    color: rgb(30, 155, 78);
    }

nav{
    text-align: center;
    color:rgba(82, 82, 82, 0.89);
    }
    nav ul{
    margin: 0 ;
    /* margin-left: 15px; */
    padding: 0 ;
    }
    nav ul li{
    list-style: none;
    display: inline-block;
    /* width: 250px; */
    min-width: 70px;
    }
    nav ul li a{
    text-decoration: none;
    color:rgba(82, 82, 82, 0.89);
    }
    nav ul li.current a{
    color: #F33135;
    }
    nav ul li a:hover{
    color: rgb(30, 155, 78);
    }

    nav li{margin-right:4%;
           margin-left: 4%;}

section{
text-align: center;
padding-top: 25px;
max-width: 350;
align-items:center;
justify-content: space-between;

}

section img{
    margin-right: 7px;
    margin-left: 7px;
    margin-bottom: 15px;
}

footer p{
    text-align: center;
    font-size: 14px;
    color: gray;
    margin-top: 35px;
    }

    .js-animation {
        opacity: 0;
        visibility: hidden;
        transform: translateY(40px);
        transition: all 1s;
      }
      .js-animation.is-show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
      }

      .js-animation a{
          align-items:center;
          
        }

