.main {
     overflow:hidden;
    display: flex;
    flex-direction: column;
    border:3px solid #79667c;
    height: 700px;
    width: 900px; 
    margin: auto;
    padding: 20px;
   
}

.body {
    background-image: url("images/moonbg.gif");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.mahoyaku {
    height:30%;
    width:auto;
    margin: 1em;
    background-color: rgba(237, 251, 255, 0.5);
    display: flex;
}

.mhykh {
    width: 20%;
    height:auto;
    border: aliceblue 3px solid;
    
}

.mhykh img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}

.aboutmhyk {
    border: aliceblue 3px solid;
    width: 15%;
    height:auto;
    padding: 1em;
    background-image: url("images/sirublue.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size:cover;
    text-align: right;
    color: rgb(56, 56, 122);
    overflow: scroll;


}

.qf {
    display: flex;
    flex-direction: column;
    width:70%;
    background-image: url("images/shootingstar.gif");
    background-size: cover;
}

.favs {
    height:50%;
    width: auto;
   background-color:rgba(167, 225, 241, 0.5) ;
   margin: 1em;
}


.aphelios {
    height:30%;
    width:auto;
    background-color: rgba(237, 251, 255, 0.5);
    margin: 1em;
    margin-top:0;
    margin-bottom: 0;
    
}

.hnk {
    height:30%;
    width:auto;
    margin:1em;
    background-color: rgba(237, 251, 255, 0.5);
}