* {
    font-family: 'NanumSquareNeo-Variable';
}

html {
    background-color: #285fa6;
    color: white;
}

#main-basket {
    float: left;
    margin-right: 20px;
    border: 2px solid #1f3e92;
}

#side-basket {
    border: 4px solid #1f3e92;
}
.text {
    color: wheat;
}