header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

form{
    max-width: 500px;
    margin: 20px auto;
    padding: 20px;
    background: #777777;
    border-radius: 10px;
}

.register {
    color: white;
}

#status{
    font-size: 20px;
    color: red;
}