body{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

form{
    background-color: rgba(0, 0, 0, 0.877);
    width: 90vw;
    height: 80vh;
    margin-top: 10vh;
    border-radius: 10px;
    padding: 3%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.error{
    background: rgb(255, 231, 179);
    border: 2px solid red;
    z-index: 10;
    font-size: 70%;
    padding: 0 2%;
    height: 3%;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}