body{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background: url("./1v76fr.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    
}

.link{
    padding: 20px;
    display: inline-block;
    cursor: pointer;
    list-style: none;
    
    
}

.logo{
    padding-left: 40px;
}

.link-active{
    padding: 20px;
    display: inline-block;
    cursor: pointer;
    list-style: none;
    border: 1px solid white;
    border-radius: 5px;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         

}

.link-active a{    text-decoration: none;
    color: #fff;    }

.link a{
    text-decoration: none;
    color: #fff;
}

.menu{
    color: #fff;
    font-family: monospace;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.link::after{
    display: block;
    content: '';
    margin: auto;
    width: 0;
    height: 3px;
    background-color: white;
    transition: width 0.5s;
    border-radius: 4px;
}

.link:hover::after{
    width: 100%;
}

.img{
    padding: 10px;
    margin: 9px;
    background-size: contain;
    border: double dashed 2px black;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    max-width: max-content;
}

.rasms{
    border: double dashed 2px black;
    border-radius: 10px;
    
    padding: 10px;
    cursor: pointer;
    
}

.hamburger {
    display: none;
    flex-direction: column;
    row-gap: 5px;
}
.hamburger div {
    width: 25px;
    height: 1px;
    background-color: black;
}

@media only screen and (max-width: 843px){
    .text{
        margin: 200px;
    }
}
@media only screen and (max-width: 680px){
    .menu_list {
        display: none;
    }
    .hamburger {
        display: flex;
    }

    .text{
        margin: 100px;
    }
}

@media only screen and (max-width: 376px){
    .text{
        margin: 50px;
    }

}

@media only screen and (max-width: 243px){
    .text{
        margin: 20px;
    }
}