@charset "uft-8";
*{
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    list-style: none;
    padding: 0%;
}
ul {
    list-style-type: none;
    margin: opx;
    padding: opx;
    background: #d3d3d3;
    display: flex;
    justify-content: space-between;
}
li{
    float: left;
}
li a{
    display:block;
    color: darkslategray;
    text-align: center;
    padding: 16px 16px;
    text-decoration: none;
    
}
li a:visited{
    color: black;
}
li a:hover{
    background-color: dimgrey;
    color: aliceblue;
    transition: all cubic-bezier(0.86, 0, 0.07, 1)
}
img{
    display: block;
    margin: auto;
}

#menu {
    justify-content: space-evenly;
}
p , h1, ul p{
    text-align: center;
}
div ul{
    text-align: center;
}
footer p{
    font-size: 8px;
}