html {
    scroll-behavior: smooth;
}
.form-box {
    max-width: 500px;
    width: calc(100% - 50px);
    margin: 0 auto;
    box-shadow: 0px 0px 9px rgba(0,0,0,0.2);
    padding: 15px 15px;
}
.input-group {
    display: flex;
    margin-bottom: 15px;
}
.input-group div:nth-child(1) {
    width: 40%;
    text-align: left;
    font-weight: bold;
}
.input-group div:nth-child(2) {
    width: 60%;
}
.input-group input {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.input-group textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    resize: none;
}
.mobile-menu {
    display: none;
}
.hero h1 {
    font-weight: 200;
}