@import url('https://fonts.googleapis.com/css2?family=Miniver&display=swap');


body{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background: url("./UcmRZiuOljReRdvZg543eFWMo2PK8dvB_LE_upscale_balanced_x4.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    
}

.link{
    padding: 20px;
    display: inline-block;
    cursor: pointer;
    list-style: none;
    
    
}

.link-active{
    padding: 20px;
    display: inline-block;
    cursor: pointer;
    list-style: none;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 5px;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         

}

.link-active a{    text-decoration: none;
    color: #000000;    }

.link a{
    text-decoration: none;
    color: #000000;
}

.menu{
    color: #000000;
    font-family: monospace;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hamburger {
    display: none;
    flex-direction: column;
    row-gap: 5px;
}
.hamburger div {
    width: 25px;
    height: 1px;
    background-color: rgb(255, 255, 255);
}


.link::after{
    display: block;
    content: '';
    margin: auto;
    width: 0;
    height: 3px;
    background-color: rgb(0, 0, 0);
    transition: width 0.5s;
    border-radius: 4px;
}

.link:hover::after{
    width: 100%;
}


.ehhh{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin-left: 800px;
    margin-top: 200px;
}

.ehh{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin-left: 830px;
    margin-top: 60px;
    font-size: 20px;
}


.logo{
    padding-left: 40px;
}


@media only screen and (max-width: 680px){
    .menu_list {
        display: none;
    }
    .hamburger {
        display: flex;
    }
}