
body {
    background-image: url("images/bgq.jpg");
    font-family: 'MS UI GOTHIC';
    font-size: 10px monospace;
    color: #000000;
    text-rendering: unset !important;
    margin: 20px;
}
html {
    scrollbar-color: #5489F3 #A09798;
}

.header {
    width: 1000px;
    display: flex;
    flex-wrap: wrap;
}

.right img {
    width: 100px;
    height: 50px;
}
.d {
    height: 150px;
}

.four-by-three.aspect-ratio { 
    padding-bottom: 70%
}

.wrapper {
    position: relative;
    width: 1000px; 
    display: flex;
}
.content {
    position: absolute;
    top: 0;  bottom: 0;  left: 0;  right: 0;
}
.cleft {
    width: 21%;
}
.sleft {
    width: 28%;
}
.frame {
    position: absolute;
    flex-wrap: wrap;
}
.s {
    height: 143%;
}
.c {
    height: 140%;
}
.frame img {
    height: 200px;
    width: 150px;
}
.bg {
    position: absolute;
}
.bg img { 
    width: 100%;
}