a {
    text-decoration: none;
    
}

p {
    text-align: center;
    font-size: xx-large;
}

h4 {
    color: white;
    text-align: center;
}
img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 50%;

}

#kelkelkel {
    color: white;
    text-align: center;
    font-size: 60px;
    height:auto; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    flex-wrap: wrap;
    
}
footer {
    position: fixed;
    bottom: 0;
    background-color: #050c18;
    height: 8vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footerbutton {
    height: 5vh;
    width: auto; 
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -drag:none;
    
}
#dailyimg {
    height: 60vh;
    width: auto;
    max-width: 100%;
    margin-bottom: 8vh;
    
}
body {
    background-color: #0a192f;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    max-width: 100%;
}
#topmenu {
    display:flex; 
    justify-content: center;
    width: 100%; 
    flex-direction: column;
}
#nextClassDisplay {
    text-decoration:none; 
    cursor: pointer; 
    display: flex; 
    justify-content: center;
}
#nc {
    border-radius: 15px; 
    padding: 5px; 
    height:auto; 
    justify-content: center; 
    flex-wrap: wrap; 
    margin: 0 auto;  
    border: 2px solid; 
    border-color: #64ffda; 
    display: inline-block;
}
#timer {
    color: white; 
    height: auto; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    flex-wrap: wrap;
}
#mmwDisplay {
    cursor: pointer;
}
#logo {
    width: 90px; 
    height: auto; 
    padding: 20px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -drag:none;
    
}
#displayDateTime {
    font-size: 38px; 
    color: #64ffda;
}
#weeklyimg{
    width: 100%;
    height: auto;
}