body{
    margin: 0px;
    background-color: #1a181e;
}

a{
    text-decoration: none;
}

label{
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    font-family: "IBM Plex Mono", Andale Mono, AndaleMono, monospace;
}

.input{
    width: calc(100% - 10px);
    padding: 5px;
    font-size: 20px;
    border: 0px;
    margin-bottom: 50px;
}

.input[type="submit"]{
    cursor: pointer;
    background: #27ad99;
    color: white;
    font-weight: bold;
}

.form .title{
    font-size: 30px;
    font-weight: bold;
    color: rgb(228, 76, 76);
    margin-left: 10vw;
    margin-top: 5vh;
    font-family: "IBM Plex Mono", Andale Mono, AndaleMono, monospace;

}

.form{
    background-color: #323232;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10vw;
    margin-right: 10vw;
}

.allInputs{
    padding: 4vh 10vw 10vh 10vw;
}