body{
    min-height:100vh;
    overflow: hidden;
    background: linear-gradient(135deg, #88ffff, #ffff88, #ff88ff);
    display: flex;
    justify-content: center;
    align-items: center;
}



.card{
    width: 85%;
    height: 85vh;
    border-radius: 20px;
    border: 15px solid #fff;
    box-shadow: 0px 15px 15px rgba(128, 128, 128, 0.25);
    background: linear-gradient(135deg, #ffffee, #ffeeff, #eeffff);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card p{
    font-size: large;
    color: #888;
}

#word{
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
}