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

body {display: flex; align-items: center; justify-content: center; background: maroon}

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

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

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