body {
    background-color: cornsilk;
}

header {
    border: 1px solid #3D3BF3;
    padding: 30px;
    text-align: center;
}

header h1 {
    color: #3D3BF3;
}

header p {
    font-style: italic;
}
header img {
    width: 30%;
    border: 3px solid #3D3BF3;
    border-radius: 50%;
}  
header img:hover {
    transform: scale(.8);
    transition: all .3s ease-in-out;
    box-shadow: 2px 2px 12px #FFEB00;
} 
header button {
    display: block;
    margin: 30px auto;
} 
header button {
    display: block;
    margin: 20px auto;
    padding: 10px 30px;
    background-color: red;
    color: aqua;
    border-radius: 15px;
    border: 1px solid bisque;
}
header button:hover {
    background-color: blueviolet{255, 252, 252};
    color: 
}

.about {
    text-align: center;
    margin: 40px auto;
    border: 1px solid brown;
    padding: 30px;
    display: flex;
    gap: 20px;
}
.project img {
    width: 40%;
}

.project img:hover {
    transform: scale(.8)};
    transition: all.3s ease-in-out; 
    box-shadow: 2px 2px 12px #27445D; 
} 

