main {
    min-height: 100vh;
    margin-top: 50px;
    margin-bottom: 100px;
}

h1 {
    text-align: center;
    font-size: 25px;
}

.bold {
    font-weight: bold;
}

@media only screen and (min-width: 768px) {
    h1 {
        font-size: 30px;
    }
}
.recaptcha{
    display: none;
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
