body{
    font-family: Arial, sans-serif;
    background:#f4f4f4;
    display:flex;
    justify-content:center;
    align-items:center;
    height:100vh;
}

.container{
    background:white;
    padding:30px;
    border-radius:10px;
    text-align:center;
    box-shadow:0 0 10px gray;
}

button{
    padding:10px 20px;
    margin-top:15px;
    cursor:pointer;
}

#message{
    margin-top:20px;
    font-weight:bold;
}
