body {
    /* background: url(../../img/bg6.jpg);
    background-size: cover; */
    background-color: #011526;
}

.how-to-play {
    border: 1px solid #35baf6;
}

.word {
    border: 1px solid #35baf6;
    background-color: #042940;
}

.title {
    margin-left: 0px;
}

.title h1 {
    color: #35baf6;
    font-family: 'Carter One', cursive;
    /* font-family: 'Poppins', sans-serif; */
    font-size: 1.7rem;
    margin: 10px 0;
}

.label {
    color: #35baf6;
    font-weight: bold;
    /* font-size: 1rem; */
}

.how-to-play {
    background-color: transparent;
}


.text-effect-2 {
    background: #FF3870;
    background-image: -moz-linear-gradient(-45deg,
            #FFFFFF 0%,
            #6DD5FA 34%,
            #00aded 100%);
    background-image: -webkit-linear-gradient(-45deg,
            #FFFFFF 0%,
            #6DD5FA 34%,
            #00aded 100%);
    background-image: linear-gradient(135deg,
            #FFFFFF 0%,
            #6DD5FA 34%,
            #00aded 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}