@media(min-width: 400px){
    body{
        display: flex;
        flex-direction: row;
        align-items: stretch;
    }

}


body{
    background-color: #FFF9B6;
    margin: 0;
    display: block;
   
}
.head{
    background-color: #F6D167;
    padding: auto;
    margin: 0;
    display: flex;
    align-items: center; 
    justify-content: space-between;
}
 .mlain{
    border-collapse: collapse;
    width: 100%;
    border: 0px solid #F6D167;
    margin: 0px;
    
    
} 
.blya{
    border: 0px solid #F6D167;
    padding: 3px;
}
#mline{
   position:relative;

  
   padding-top: 10px;
  
   font-size: 20px;
   width: 100%;
}
.logo{
    width: 100;
    padding: 10px;
    cursor: pointer;
    padding-left: -10px;
}
ul{
    list-style: none;
}
.nav-links, a, .reg{
    text-decoration: none;
    font-size: 20px;
    font-family: 'Balsamiq Sans', cursive;
    color: #630A10;
}
.nav-links{
    display: flex ;
    list-style: none;
}
.nav-links, li{
    padding: 0px 20px;
}
.nav-links, a{
    transition: background-color color 0.3s ease 0s;
}
.nav-links:hover, a:hover{
    color: rgb(253, 225, 171);
}

.reg{
    padding: 10px;
}
.registration, .entrance{
    padding:  9px 25px;
    background-color: rgb(253, 225, 171);
    border: none;
    border-radius: 50px;
    transition: background-color color 0.3s ease 0s;
    margin: 10px;
}

.registration:hover, .entrance:hover{
    background-color: hsl(356,81.7%,21.4%, 0.651);
    color: rgb(253, 225, 171);
}
.container{
    display: flex;
    
}
.side{
flex: 0.8;
box-decoration-break: clone;
padding-right: 10px;

}
.dropbtn {
    background-color: #F6D167;
    font-size: 20px;
    font-family: 'Balsamiq Sans', cursive;
    color: #630A10;
    padding: 0px;
    padding-right: 15px;
    font-size: 20px;
    border: none;
    cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #F6D167;
    color:rgb(253, 225, 171); 
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #b2e277;
   
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: #630A10;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {background-color: hsl(356,81.7%,21.4%, 0.651);
color:rgb(253, 225, 171) ;
}

.show {display: block;}



.main{
    flex: 4;
    
    margin-left: 20px;
    padding-left: 15px;
    
  
}
h2{
    text-align: center;
    font-size: 25px;
    font-family: 'Balsamiq Sans', cursive;
    color: #630A10;
}
p{
    font-family: 'Balsamiq Sans', cursive;
font-family: 'EB Garamond', serif;
font-size: 20px;
font-weight: 500;

}
#text{
    font-family: 'Balsamiq Sans', cursive;
    font-family: 'EB Garamond', serif;
    font-size: 20px;
    font-weight: lighter;

}
.shops{
    list-style: disc;
    font-family: 'Balsamiq Sans', cursive;
    font-family: 'EB Garamond', serif;
    font-weight: lighter;
    color: #630A10;
    opacity: 1;
    
}
 #t{
    font-family: 'Balsamiq Sans', cursive;
    font-family: 'EB Garamond', serif;
    font-weight: bold;
    color: #630A10;
    opacity: 1;
    
    
}

.shops #t{
    transition: background-color color 0.3s ease 0s;
}

.shops:hover #t:hover{
   color: #630A10;
    opacity: 0.5;
   


}
.foot{
    font-family: 'Balsamiq Sans', cursive;
    font-family: 'EB Garamond', serif;
    color: #630A10;
    opacity: 0.6;
    text-align: center;
    border-top: #630A10 solid 1px;
    margin: 0;
}













