*{
   text-decoration: none;
}
body{
    position:relative;
    background-color: rgba(106, 107, 105, 0.24);
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    width:100%;
    max-width: 200%;
}
 .navigbar{
  text-align: left;
  width:100%;
  max-width: 200%;      
}
marquee{
    font-size: 20px;
    font-family:'Times New Roman', Times, serif;
    font-weight: bold;
    font-style: italic;
    color: aquamarine;
    text-transform: capitalize;
}
header nav{
    font-family: 'Times New Roman', Times, serif;
    color: white;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color:  #5c1769;
    width:100%;
    max-width: 200%;
}
.navigbar ul li{
   list-style: none;
   display: inline-block;
   font-weight: bold;
   font-style: italic;
}
.navigbar ul li a{
    color: white;  
    font-size: 2vw;
    margin-right: 100px;
 }
 .navigbar ul li a:hover{
    color: rgb(3, 7, 240);  
 }

header, footer{
 background-color: #5c1769;
 color: white;
  width:100%;
  max-width: 200%;  
 }
 footer{
   bottom: 0;
   font-family: 'Bodoni MT Condensed';
    }

footer li{
    list-style: none;
    display:inline;
    margin-right: 15px;
    font-family: 'Century Schoolbook';
   }
.container{
    width: 90%;
    height: 90%;
    display: flex;
    margin: 20px;
    text-align: center;
    font-size: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 100;
}
.studstatus{
    cursor:pointer;/*makes it like clickable */
    padding: .4rem 0;
    border-radius: 2rem;
    text-align: center;
   }

