@import url("../gmobile.css");

.landingtitle {
    font-size: calc(1vw + 1vh + 6vmin);
}

.container {
    justify-content: center;
    width: 80%;
}

.container form {
    flex-direction: column;
    align-content: center;
    width: 75%;
}

.container .item {
    width: 100%;
    max-width: 100%;
}

.container button {
    align-self: center;
    position: static;
    left: 0;
    transform: translate(0);
}

.item input[type="text"],
.item input[type="email"] {
    height: 25px;
    width: 100%;
    border-radius: 5px;
    border: solid 1px #333;
}

.item select {
    width: calc(100% + 5px);
}