body{
    background-color: #0056E0;
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
}
header{
    background-color: #003FA3;
    color: white;
    font-size: 28px;
    padding:  1px;
    text-shadow: 2px 2px 4px #000;
    text-align: center;
    width: 100%;
}
footer{
    background-color: #003FA3;
    color: white;
    padding: 18px 0;
    font-size: 15px;
    text-shadow: 2px 2px 4px #000;
    text-align: center;
}
#egg{
    width: 20px;
    align-items: flex-start;
}
img{
    width: 250px;
    height: auto;
}
#form{
    background-color: #5C9AFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
#container{
    margin: 30px auto;
    padding: 20px;
    max-width: 600px;
    background: #5C9AFF;
    border: 2px dashed #003FA3;
    border-radius: 20px;
    box-shadow: 0 5px 15px #000;
}
label{
    font-size: 20px;
    text-align: center;
}
textarea{
    width: 100%;
    height: 100px;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #003FA3;
    resize: none;
}
input[type="submit"]{
    background-color: #003FA3;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    font-size: 20px;
    cursor: pointer;
}
section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px;
}
h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
    color: #000;
    padding-left: 20px;
    padding-right: 20px;
}
