body {
    background-color: #000000;
    color: white;
    font-family: monospace;
    text-align: center;
    justify-content: center;
}

.form__input {
    width: 500px;
    border: white 5px solid;
    color: black;
    padding: 15px;
    font-size: 12px;
    text-align: center;
    padding-left: 40px;
    outline: none;
    font-family: monospace;
    border-radius: 15px;
}

a {
   color: white;
}

a:hover {
    text-decoration: underline;
    color: white;
}