*{
    padding:0;
    margin:o;
    max-width:auto;
    font-family: "MS Gothic",'MS PGothic', sans-serif;
}

.container{
    margin:0 auto;
    display:flex;
    justify-content: space-between;
}

.menu-a,.menu-b,.menu-c,.menu-d{
    display: inline-block;
    text-decoration:none;
    color:black;
    margin-top:25px;
    margin-right:80px;
    font-size: 25px;
}

.menu{
    display:flex;
    justify-content: space-around;
    margin-right:50px;
}

header{
    background-color: orangered;
    height:80px;
}

.logo-img{
    width:300px;
    margin-top:25px;
    margin-left:25px;
}

h1{
    text-align: center;
    font-size:25px;
    color:orangered;
    margin-bottom: 30px;
}

.img-group-1,.img-group-2,.img-group-3{
    width:800px;
    height:800px;
}

.img-g1, .img-g2,.img-g3{
    display:flex;
    justify-content: space-between;
    margin-right:50px;
    margin-left:50px;
    margin-bottom: 30px;
}

.contents-multi{
    margin-left:650px;
    margin-right:650px;
}

.contents-multi-p{
    text-align: left;
}

.footerlogo-img{
    margin-left:700px;
    margin-bottom:30px;
    margin-top:50px;
}

.footer-menus{
    text-align: center;
}

.menu-a-footer,.menu-b-footer,.menu-c-footer,.menu-d-footer{
    text-decoration: none;
    color:black;
    font-size:20px;
}

.CC-text{
    text-align: center;
}

footer{
    background-color: orangered;
}