* {
    outline: none;
    scroll-behavior: smooth;
    font-family: 'Acme', sans-serif;
}



body {
    background-color: #722caf;
    /* margin: 0px; */
    /* padding: auto; */
    text-align: center;
    
}

nav {
    position: fixed;
    z-index: 5;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    height: 100px;
    width: 100%;
    background-color: rgb(192, 192, 192, 0.9);
    padding: 10px;
}


a {
    text-decoration: none;
}






/* ************** Media Query  ************************************************************************* */

@media only screen and (max-width: 600px) {

    img {
        width: 95%;
    }



}