body {
    background-color: lightblue;
    display: grid;
    align-items: center;
    justify-items: center;
}

.container {
    background-color: white;
    width: 75%;
}

img {
    width: 100%;
}

h1 {
    font-family: 'Bangers', cursive;
    text-align: center;
    padding: 50px;
}

h2, h4, p {
    font-family: 'Roboto', sans-serif;
    padding-left: 20px;
    padding-right: 20px;
}

footer {
    text-align: center;
    padding-top: 50px;
}