* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* any common font-family and sizing decisions */
    font-family: "Delius", cursive;
    font-weight: 400;
    
}

body {background-image: url(backgroundimage.png);
        background-size: cover;
        font-family: "Delius", cursive; 
        text-align: center;
}

h1 {font-family: "Delius", cursive; 
    font-size: 80px;
    font-weight: bold;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.548) 4px 5px 3px;
    margin-bottom: 20px;
}

h2 {font-family: "Delius", cursive; 
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.548) 4px 5px 3px;
       margin-bottom: 20px;
    
}



#proj {background-color: #FDFD96;
font-weight: 700;
border:4px solid white;
color: black;
font-size: 30px;
border-radius: 20px;
padding: 30px 20px 30px 20px;
text-decoration: none;
margin-bottom: 50px;
margin-left: 350px;
margin-right: 350px;
text-align: center;

}

h3 {font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.548) 4px 5px 3px;
       margin-bottom: 20px;}

#contact {background-color: #FDFD96;
    font-weight: 700;
    border:4px solid white;
    color: black;
    font-size: 30px;
    border-radius: 20px;
    padding: 30px 20px 30px 20px;
    text-decoration: none;
    margin-bottom: 100px;
    margin-left: 350px;
margin-right: 350px;

    }

h4 { background-color: #FDFD96;
    padding: 20px;
    border-radius: 20px;
    padding: 30px 20px 30px 20px;
    border:4px solid white;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    align-items: center;
    text-align: center;
    margin-left: 350px;
margin-right: 350px;
}


