body{
    background-color: skyblue;
}
h1{
    text-align: center;
    font-size: 40px;
}
div{
    
    border-radius: 20px;
}
nav{
    background-color:aquamarine;
    text-align: center;
    padding-bottom: 3px;
    display:block;
    
}
button{
    background-color: rgb(255, 91, 233);
    border: 2px solid purple;
    color: rgb(0, 0, 0);
    padding: 15px 32px;      
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px; 
    border-radius: 10px;
}
p{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 20px;
    text-align: center;
}
section{
    background-color: bisque;
    border: 10px solid black;
    border-radius: 15px;
    width: 1500px;
    height: 350px;
}
div{
    
    display: flex;
    gap: 175px;
}
header{

    background-color: aquamarine;
}
img{
    width: 100%;
    height: 100%;
}
a{
    font-size: 20px;
}
