*{
    margin: 0;
    padding: 0;
}

     body{
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        text-align: center;
    }
    header, footer{
        background-color: rgb(233, 230, 230);
        border-bottom: 20px;
    }
    
    h1{
        margin-bottom: 20px;
    }
    main{
        background-color: darkgrey;
    }
    a{
        text-decoration: none;
        background-color: antiquewhite;
        color: black;
        
    }
    
    .projects{
        background-color: rgb(0, 0, 0)
        
        
        
    }
    nav{
        margin: 25px;
        background-color: rgb(249, 250, 246);
        display: flex;
        justify-content: space-evenly;
        text-decoration: none;
    }