
body {
    width: 100vw;
    height: 100vh;
    margin: 0;
    background-color: #fffaf7;
}

img {
    max-width: 100%;
    height: auto;
}

.name {
    width: 28%;
    left: 13%;
    top: 23%;
    position: absolute;
}

.cs1 {
    position: absolute;
    bottom: 24%;
    right: 13%;
    width: 30%;
}

.areas1 {
    position: absolute;
    bottom: 19%;
    right: 14%;
    width: 73%;
}
.icon1 {
    position: absolute;
    top: 9%;
    right: 4%;
    width: 5%;
}
.icon2 {
    position: absolute;
    top: 18%;
    right: 4%;
    width: 5%;
}
@media (max-width: 800px) {
    .name {
        width: 38%;
    }
    .cs1 {
        width: 40%;
    }
    .areas1 {
        right: 10%;
        width: 83%;
    }
    .icon1 {
        width: 8%;
    }
    .icon2 {
        width: 8%;
    }
}
@media (max-width: 600px) {
    .name {
        width: 48%;
    }
    .cs1 {
        width: 50%;
    }
    .areas1 {
        right: 10%;
        width: 83%;
    }
    .icon1 {
        width: 10%;
    }
    .icon2 {
        width: 10%;
    }
}
@media (max-width: 400px) {
    .name {
        width: 55%;
    }
    .cs1 {
        width: 60%;
    }
    .areas1 {
        right: 10%;
        width: 83%;
    }
    .icon1 {
        width: 10%;
    }
    .icon2 {
        width: 10%;
    }
}


