h1 {
    font: 22px Roboto, arial, sans-serif;
    color: #9c71ff;
    font-weight: bold;
}

p {
    font: 18px Roboto, arial, sans-serif;
    color: #fcfcff;
}

label {
    font: 14px Roboto, arial, sans-serif;
    color: red;
    font-weight: lighter;
    padding-left: 10px;
    padding-top: 10px;
}

input {
    width: 97%;
    border-radius: 5px;
    height: 35px;
    background-color: #30334b;
    font: 18px Roboto, arial, sans-serif;
    color: #fbfbfb;
    border: none;
    padding-left: 12px;
}

textarea:focus,
input:focus {
    outline: none;
}

.center {
    margin: auto;
    width: 50%;
    min-width: 250px;
    max-width: 500px;
    border: 2px solid #26283b;
    background-color: #26283b;
    border-radius: 10px;
    padding: 10px;
}

.button-37 {
    background-color: #7c4ee7;
    border: 1px solid #7c4ee7;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, .1) 0 2px 4px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-family: "Akzidenz Grotesk BQ Medium", -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    outline: 0;
    padding: 10px 25px;
    text-align: center;
    transform: translateY(0);
    transition: transform 150ms, box-shadow 150ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-37:hover {
    box-shadow: rgba(0, 0, 0, .15) 0 3px 9px 0;
    transform: translateY(-2px);
}

@media (min-width: 768px) {
    .button-37 {
        padding: 10px 30px;
    }
}