* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {display: flex; align-items: 
center; justify-content: center; 
background: rgb(120, 120, 120) !important; 
}

.main {margin-top: 50px; 
align-items: center; 
width: 375;
}

.card {padding-top: 10px; border-radius: 20px !important; 
background-color: gray; 
}

.word {
    font-size: 50px;
    font-weight: 375;
    letter-spacing: 15px;
}
