* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Raleway", sans-serif;
    font-weight: 20px;
}

body {
background-color: #EDAFB8;
background-size: cover;
}


img{
    width: 350px;
    padding-top: 40px;
    padding-bottom: 20px;
}

#picture div{
    display: flex;
    justify-content: center;
}

h1 {
    font-family: "Merienda", cursive;
    font-size: 80px;
    color: white;
}

#name div{
    display: flex;
    justify-content: center;
}

#contact div{ 
   width: 160px;
   height: 60px;
   background-color: #F7E1D7;
   margin: 10px;
   padding: 17px;
   padding-left: 20px;
   border: 2px solid #B0C4B1;
   
}

#contact {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
 }

#contact a{
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    color: #4A5759;
    text-decoration: none;
    text-align: center;
    padding-top: 10px;
 }

 #contact a:hover{
    color: #B0C4B1
 }


#projects{
    text-align: center;
    }
    
    #projects div{
        display: flex;
        justify-content: center;
       flex-wrap: wrap;
    }
    
    #projects article{ 
        width: 450px;
        height:200px ;
        background-color:#B0C4B1;
        margin: 30px;
        text-align:center;
        padding:25px;
        margin-top: 20px;
        border: 3px solid #4A5759;
    
    }
    
    #projects h2{ 
        font-family: "Merienda", cursive;
        font-size:40px ;
        padding-top: 40px;
        color: #4A5759;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    
    #projects ul{ 
        list-style-type: none;
    }
    
    #projects a{
        font-family: "Raleway", sans-serif;
        font-size: 20px;
        color: #4A5759;
        text-decoration: none;
        text-align: center;
    }
    
    #projects a:hover{
        color: white;
    }
