#main {
    padding-top: 50px;
}

.form-group {
    margin-top: 10px;
    margin-bottom: 10px;
}

body {
    background-image: url("/background.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}