body {
    background-color: rgb(236, 171, 51);
    font-family: 'Kanit', sans-serif;
    color: black;
    background: url(bg.png);
    background-size: cover;
    background-size: 200%;
}

.gorilla {
    width: 175px;
}

h1#logo {
    background-image: url(gorillanoeyes.png);
    background-size: 100%;
    width: 175px;
    height: 197px;
    text-indent: -9999px;
    margin: 0 auto;
}

#eyes {
    position: absolute;
    width: 175px;
}

.eye {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: white;
    border-radius: 50%;
    left: 99px;
    top: 8px;
    transform: translate(-50%, -50%);
}

#right-eye {
    left: 125px;
    top: 20px
}

.lead {
    font-size: 2em;
    line-height: 1.2;
}

.container {
    text-align: center;
    padding-top: 2em;
}

form {
    margin-bottom: 2em;
}

#address {
    height: 150px;
}