body {
    padding: 0px;
    margin: 0px;
}

#block-main {
    z-index: 0;

    margin: 0px;
    padding: 0px;
    width: 100vw;
    height: 100vh;

    background-color: cornsilk;
}

#block-inf {
    z-index: 0;

    margin: 0px;
    padding: 0px;
    width: 100vw;
    height: 100vh;

    background-color: cornflowerblue;
}

#block-ad {
    z-index: 0;

    margin: 0px;
    padding: 0px;
    width: 100vw;
    height: 70vh;

    background-color: lightgreen;
}

#main-deco {
    position: absolute;
    min-width: 70%;
    min-height: 90vh;

    top: 5%;
    left: 10%;
}

#comment {
    position: absolute;
    border: 1px solid black;
    width: 250px;
    height: 400px;

    top: 30%;
    left: 5%;

    text-align: center;
}

.commenttitle {
    font-size: 50px;
}

#title {
    position: absolute;
    border: 1px solid black;
    width: 400px;
    height: 150px;

    top: 5%;
    right: 15%;
}

#nav {
    position: absolute;
    display: flex;
    padding: 0px;
    margin: 0px;
    
    
    width: 400px;
    height: 500px;

    justify-content: center;

    top: 25%;
    right: 12%;

}

#nav > #index-ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

#index-ul > li {
    display: flex;
    
    height: 100px;
    align-items: center;
    justify-content: center;

    margin: 5px;
    font-size: 50px;
    text-align: center;
    border-radius: 50px;

    background-color: brown;
    
}


/* text */

.com-main {
    font-size: 30px;
}

/* images */

#main-deco .image {

    position: absolute;
    inset: 0;

    background-size: contain;
    background-repeat: no-repeat;

    width: 100%;
    height: 100%;
}

#i1 {
    background-image: url('images/index/i_1.png') !important
}

#i2 {
    background-image: url('images/index/i_2.png') !important
}

#i3 {
    background-image: url('images/index/i_3.png') !important
}

#i4 {
    background-image: url('images/index/i_4.png') !important
}

#i5 {
    background-image: url('images/index/i_5.png') !important
} 

#i6 {
    background-image: url('images/index/i_6.png') !important
}

#i7 {
    background-image: url('images/index/i_7.png') !important
}

