section#upload>div {
    padding-top: 180px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

section#upload>div>form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

section#upload>div>form>* {
    width: 30%;
    margin: 10px;
}

section#upload>div h1 {
    color: #1A1A1A;
    font-family: 'Alex Brush', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 30px;
}

footer#login form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

footer#login form>* {
    width: 30%;
    margin: 10px;
}

.headline {
    color: #1A1A1A;
    font-family: 'Alex Brush', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 30px;
    text-align: center;
}

@media (max-width: 900px) {
    footer#login form>*,
    section#upload>div>form>* {
        width: 80%;
    }
}