body{
    background-color: #F0EFEA;
}

::-webkit-scrollbar{
    width: 5px;
}

::-webkit-scrollbar-track{
    background-color: transparent;
}

::-webkit-scrollbar-thumb{
    background-color: rgb(207, 192, 175);
    border-radius: 3px;
}

.rhine-lab{
    position: fixed;
    width: 15vw;
    height: 6.5vw;
    margin: 40px 60px;
    color: rgb(0, 0, 0,0.9);
    border-left: 2px solid black;
}

.line1{
    font-size: 2vw;
    font-weight: 700;
    padding: 3px 5px;
    margin: 0%;
}

.line2{
    font-size: 0.8vw;
    padding: 2px 5px;
    margin: 0%;
}

.line3{
    font-size: 1.5vw;
    padding: 1px 10px;
    margin: 0%;
}

.bottom{
    position: fixed;
    bottom: 0;
    right: 20px;
    color: rgb(0, 0, 0,0.8);
}

.logo-black{
    position: fixed;
    width: 5.5vw;
    bottom: 50px;
    right: 80px;
}

.content{
    position: fixed;
    display: flex;
    gap: 0;
    flex-direction: column;
    width: 13vw;
    height: 20vw;
    gap: 20px;
    right: 5vw;
    bottom: 43vh;
}

.content button{
    background-color: transparent;
    height: 5vw;
    width: 13vw;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1.5vw;
    padding: 0;
    margin: 0;
    cursor: pointer;
    transition: transform 0.5s ease-out, color 0.3s ease-in-out;
}

.content button:hover{
    color: rgb(187, 152, 109);
    transform: translateX(-15px);
}

.index{
    border: none;
    border-bottom: 1px solid black;
}

.overview{
    border: none;
    border-bottom: 1px solid black;
}

.history{
    border: none;
    border-bottom: 1px solid black;
    color: rgb(187, 152, 109);
}

.department{
    border: none;
    border-bottom: 1px solid black;
}

.section{
    border: none;
    border-bottom: 1px solid black;
}

.title{
    position: fixed;
    width: 13vw;
    top: 19vh;
    left: 60px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 2.7vw;
    font-weight: 700;
    border-bottom: 3px solid black;

}

.ls{
    position: fixed;
    display: flex;
    width: 80vw;
    font-size: 0.9em;
}

.t1{
    position: relative;
    width: 28vw;
    height: 65vh;
    top: 30vh;
    left: 70px;
    overflow-y: auto;
}

.ls-1{
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}

table{
    border-collapse: collapse;
}

table p{
    padding: 0;
    margin: 0;
}

.ls-1 th{
    padding: 0;
    margin: 0;
    width: 4vw;
}

.ls-1 td{
    padding: 0.1vw;
    border-bottom: 0.8px solid black;
}

.t2{
    position: relative;
    top: 6vw;
    height: 80vh;
    width: 43vw;
    left: 8%;
    overflow-y: auto;
}

.ls-2{
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}

.ls-2 td{
    border-bottom: 0.8px solid black ;
    padding-bottom: 15px;
}

a:link{
    color: black;
}

a:visited{
    color: rgb(138, 90, 26);
}

