@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@500&display=swap');

*
{
    padding:0;
    margin:0;
    font-family: 'Roboto Slab', serif;
    
}
.main{
    width:100vw;
    height:270vh;
    background-image: url('');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: hsl(217, 54%, 11%);
    color:orange;
    font-size: 20px;
    overflow-x: hidden;
}
.image
{
    width:50px;
    
}
.navbar > li
{
    list-style-type: none;
    display:inline;
    margin:17vh;
    font-size: 25px;
    
}
.navbar
{
  border-radius: 0px 0px 30px 30px;
  padding-bottom:10px;
  background-color: hsl(158, 25%, 45%);
  opacity: 0.4;
}
.attendance
{
    height:100vh;
}


.sections
{
    width:10%;
    margin-top:26vh;
    margin-left:60px;
}

.sections > button
{
    width:100%;
    display:block;
    margin-top:10px;
    background-color:green; 
    color:orange;
    border-radius: 35px;
    height:40px;
    width:70px;
    cursor:pointer;
    transition:all 1s;
    font-size: large;
}
.sections > button:hover
{
    width:90px;

}

.row1
{
    border:1px solid green;
    position:absolute;
    left:40vh;
    top:18vh;
    width:60%;
    padding:10px;
    overflow-y: scroll;

    
}
.row1 > div
{
    display:flex;
    gap:70vh;
}

.name1
{
    padding:40px;
    border:2px solid green;
}

.row2
{
    border:1px solid green;
    position:absolute;
    left:40vh;
    top:150vh;
    width:60%;
    padding:10px;
    overflow-y: scroll;
}

.row2 > div
{
    display: flex;
    gap:70vh;
}

.t1
{
    text-decoration: underline;
}

input
{
    width:20%;
}
.up
{
    position:absolute;
    top:250vh;
    left:80vw;
    padding: 10px;
    border-radius: 30px;
    cursor: pointer;
}
.newsfeed
{
    text-align: center;
    text-decoration: underline;
    position:relative;
    left:82vw;
    top:-50vh;
    border:3px solid yellow;
    width:30vh;
    height:30vh;
    
}
.tn
{
    color:pink;
}

#date
{
    width:90px;
    position:relative;
    left:10vh;
    top:10vh;
}
label
{
    text-decoration: underline;
    position:relative;
    left:9vh;
    top:10vh;
}

.logo
{
    position: absolute;
    font-size:50px;
    z-index: 2;
    top:15vh;
    left:2vw;
    color:pink;
}

.view
{
    position:absolute;
    left:20vw;
    top:10vh;
}

.c , .d 
{
    text-decoration: underline;
    color:pink;
}

.button
{
    position:relative;
    left:20vh;
    top:15vh;
    
}

.pa 
{
    font-size: 14px;
}

.pa > input
{
    display:flex;
}

.st
{
    width:60px;
    position:relative;
    top:10vh;
    left:86vw;
    
}

.popupentry
{
    border:1px solid red;
    height:200vh;
    width:215vh;
    position:absolute;
    top:0;
    text-align: center;
    
}
.entry
{
    position:absolute;
    top:50%;
    left:50%;
}
.bb
{
    position: relative;
    left:-50vh;
}