#frontPage{
    background: radial-gradient(ellipse at bottom, #0d1d31 0%, #0c0d13 100%);
    min-height: 100vh;
    min-width: 100vw;
    margin: 0;
}
#profile{
    margin-bottom: 30px;
    margin-top: 10px;
    padding: 0;
}
#profile h1{
    color: white;
    font-size: 20px;
    text-align: center;
    padding: 0;
    margin: 0;
}
#profile p{
    color: darkgray;
    font-size: 15px;
    text-align: center;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}
#image{
    clip-path: circle();
    width: 60px;
    margin-left: 95px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    width: 250px;
}
.sidenav a {
    padding: 8px 0px 0px 0px;
    text-decoration: none;
    font-size: 30px;
    color: #818181;
    display: block;
    transition: 0.3s;
    text-align: center;
}
.sidenav a:hover {
    color: #f1f1f1;
    cursor: pointer;
}
.sidenav .active{
    color: #f1f1f1;
}
.sidenav .options {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 30px;
}
#navbar{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}

.daySchedule{
    margin-left: 15vw; 
    margin-top: 0;
    background-color: #0c0d13;
    width: 300px;
    float: left;
    border-radius: 10px;
}
.newMsg{
    margin-left: calc(15vw + 310px); 
    margin-top: 20vh;
    background-color: #0c0d13;
    width: 300px;
    border-radius: 10px;
}

.classList{
    padding: 5px 0px 5px 0px;
    color: white;
    text-align: center;
    border-radius: 5px;
}
.classList:hover{
    cursor: pointer;
    opacity: 0.7;
}
#classes{
    padding: 5px 0px 5px 0px;
    width: 250px;
    text-align: center;
    margin: auto;
}

#messages{
    padding: 5px 0px 5px 0px;
    width: 250px;
    text-align: center;
    margin: auto;
}
.messageList{
    padding: 5px 0px 5px 0px;
    color: white;
    background-color: #0d1d31;
    text-align: center;
    border-radius: 5px;
}
.messageList:hover{
    cursor: pointer;
    opacity: 0.7;
}