#chess-icon {
    display: block;
    margin: 80px auto;
    height: 121px;
}

#chess-icon path {
    fill: #e1dcbc;
}

@media only screen and (min-width: 375px) {
    #chess-icon {
        height: 131px;
    }
}

@media only screen and (min-width: 425px) {
    #chess-icon {
        height: 141px;
    }
}

@media only screen and (min-width: 768px) {
    #chess-icon {
        margin-top: 110px;
        height: 151px;
    }
}
