body{
    margin: 0;
    padding: 0;
}
.half-white {
    height: 40vh;
    background: white;
    width: 100vw;
}

.half-blue {
    height: 60vh;
    background: rgb(211, 239, 236);
    width: 100vw;
}
.container {
    margin-top: 20px;
    text-align: center;
    
}
#title {
    color:rgb(56, 56, 164);
    font-size: 30px;
    text-shadow: 2px 2px 4px rgba(149, 147, 217, 0.5);
}
.card{
    margin-top: 100px;
    background-color: white;
    border-radius: 8px;
    padding: 50px;
    display: inline-block;
    box-shadow: 2px 2px 2px 2px rgba(149, 147, 217, 0.5);
}
#result{
    font-family:cursive;
    color: black;
}
#roll-button {
    display: block;
    margin: 20px auto;
    align-items: center;
    background-color:rgb(56, 56, 164);
    color: white;
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-family: cursive;
}
