#chessboard {
    width: 100%;
    position: absolute;
    bottom: 0;
}

#centered-wrapper {
    position: absolute;
    width: 100%;
    left: 50%;
    top: calc(35% + 5rem);
    transform: translate(-50%, -50%);
    text-align: center;
}

#title-field {
    font-family: 'poppins-bold';
}

#title1 {
    font-size: 5vw;
}

#title2 {
    color: rgb(44, 140, 0);
    font-size: 13vw;
    line-height: 70%;
}

#title-btn-wrapper {
    font-family: 'poppins-regular';
    color: gray;
    font-size: 14pt;
}