.adminBody {
background-color: #a5d2fc;
}
.spacer50 {
height: 50px;
}
.headingAdmin {
font-size: 42px;
font-weight: 600;
text-align: center;
margin-bottom: 20px;
color: #0071bc;
}
.hedingForm {
font-size: 40px;
font-weight: 600;
text-align: center;
margin-bottom: 20px;
color: black;
}
.optionBox {
text-align: center;
font-family: "Faculty", sans-serif;
font-size: 20px;
background-color: white;
padding: 20px;
margin: 10px auto;
width: 250px;
border-radius: 10px;
color: #0071bc;
}
.optionBox:hover {
transform: scale(1.1);
}
a:hover {
text-decoration: none;
}
.calendarPart {
background-color: rgba(165, 210, 252, 1);
border-radius: 15px;
}