body{
    background-color: rgb(240, 234, 234);
    /* background-image: linear-gradient(to bottom left, rgb(253, 234, 210) 10%,white); */
    /* background-color: rgb(255, 245, 234); */

}
#left-content{
    height: 50px;
    position: fixed;
    /* border-right: 4px solid bisque; */
}
.regisb{
    background-color: black;border-radius: 4px;cursor: pointer;border: 2px solid white;padding: 7px;
    /* width: 80%; */
}
.regisb:hover{
    background-color: green;
    color: white;
    transition: 0.1s;
}
.y1,.y2,.y3,.y4{
    max-width:  fit-content;
    text-decoration: none;
    color: white;
}
.clickme:hover{
    /* text-shadow: 10px solid cyan; */
    /* color: red; */
    text-shadow: 0px 0px 1.5px blue ;
    transition: 0.3s;
    /* font-size: 20px; */
}
.y1:hover,.y2:hover,.y3:hover,.y4:hover{
    text-decoration: underline;
    color: cyan;
}
#right-content {
    /* overflow: scroll; */
    /* background-image: linear-gradient(to bottom left, rgb(252, 232, 208),white); */
    background: rgb(240, 234, 234);
    /* background-color: rgb(255, 245, 234); */
    margin: 15px;
    padding: 20px;
    box-sizing: border-box;
    /* border: 2px solid; */
    /* border-radius: 5px; */
    height: fit-content;
}
.ww, .wh,.f1, .f2,.f3,.f4,.subject,.notes,.assignments,.labs,.lab,.labs1,.moreinfo,.email,.extrainfo,.extrainfo1,.moreinfo1{
    background: white;
    /* margin: 15px; */
    margin-top: 15px;
    margin-bottom: 20px;
    display: block;
    padding: 40px;
    box-sizing: border-box;
    /* border: 2px solid; */
    border-radius: 15px;
    height: fit-content;
}

.ww{
    border-top: 10px solid red;
    border-bottom: 2px solid red;
    
}
/* .ww:hover{
    background-image: linear-gradient(to bottom left, rgb(252, 232, 208),white);;
    background-color: lightcoral;
    transition: 1s;
} */
.wh{
    border-top: 10px solid yellow;
    border-bottom: 2px solid yellow;
}
.f1{
    border-top: 10px solid orangered;
    border-bottom: 2px solid orangered;
}

.f2{
    border-top: 10px solid cyan;
    border-bottom: 2px solid cyan;
}

.f3{
    border-top: 10px solid blue;
    border-bottom: 2px solid blue;
}

.f4{
    border-top: 10px solid gold;
    border-bottom: 2px solid gold;
}