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;
}

td{
    padding: 7px;
}

.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{
    
    margin: 20px;
    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;
    
}

.text{
    max-width: 6000px;
    color: #000;
    font-family: sans-serif;
    backdrop-filter: blur(100px);
    padding: 10px;
    border: 2px solid black;
    border-radius: 5px;
    width: 800px;
    
}

.button{
    
    
    margin: 20px;
}

button{
    width: 150px;
    height: 50px;
    font-family: monospace;
    background-color: black;
    color: #fff;
    border: none;
    
    font-size: 15px;
    

}

button > a{
    text-decoration: none;
    color: #fff;
}

button:hover{
    background-color: #222;
    
    
}



.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;
    }
}

