body {
    background-image: url("https://images.unsplash.com/photo-1641925729879-3f4ae62d032a?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80");
    background-repeat: no-repeat;
    background-size: cover;
}

.container {
    margin-top: 10%;
    display: grid;
    justify-content: center;
}

#searchForm {
    padding: 10px;
}

img {
    padding: 10px;
}

h1 {
    color: white;
}