.spaceship-wholesale {
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    min-height: 60vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.spaceship-wholesale__title {
    text-align: center;
}

.spaceship-wholesale__form {
    max-width: 400px;
    margin: 2em auto;
    text-align: center;
}

.spaceship-wholesale__form h2 {
    text-align: center;
}

.spaceship-wholesale__form label {
    display: block;
    margin-bottom: 0.5em;
}

.spaceship-wholesale__form input[type="text"] {
    width: 100%;
    padding: 0.5em;
    margin-bottom: 1em;
    box-sizing: border-box;
}

.spaceship-wholesale__form input[type="submit"] {
    padding: 0.5em 2em;
    cursor: pointer;
}
