body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

form {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

input {
    margin-bottom: 10px;
}

#welcome-case, #message{
    margin-bottom: 15px;
}
button{
    background-color: #E30613;
    color: white;
    border:none;
    height: 30px;
    font-weight: bold;
    cursor: pointer;
    width:320px;
}