body {
    background-color:rgb(255, 215, 0)
}
h1 {
    color:rgb(220, 20, 27);
    font:bold 60px "Georgia", serif;
    text-align:center;
}
h2 {
    color:brown;
    margin-top:20px;
    font:bold 30px "Georgia", serif;
    text-align:center
}
form {
    text-align:center;
}
input {
    color:rgb(140, 145, 219);
    background-color:rgb(12, 4, 80)
}
img {
    object-fit: cover;
    display: block;
    margin-left: auto; 
    margin-right: auto;
    margin-top:10px
}
