
body,
html

header {

   /* Use !important to override conflicts */
h1 {
    color: white !important;
   font-size: 19px
}
   
    background : url(Studies.png) no-repeat center center fixed; 
    padding: 10px;
     text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-background: url(Studies.png) no-repeat center center fixed; /* For Safari and Chrome on iOS */
  -moz-background: url(Studies.png) no-repeat center center fixed; /* For Firefox */
  background-size: cover;
  -webkit-background-size: cover; /* For Safari and Chrome on iOS */
  -moz-background-size: cover; /* For Firefox */
}

.faculty-badge {
    width: 140px; /* Increased size for the badge */
    height: 140px; /* Set height to make it round */
    border-radius: 50%; /* Makes the badge round */
    object-fit: cover; /* Ensures the image covers the area without distortion */  
    top: 20px;

}


h2{
    color: White;
   font-size: 19px
}

h3{
    color: White;
   font-size: 16px
}

nav a {
    color: white;
    margin: 0 15px;
    text-decoration: none;
}
main {
    padding: 20px;
}
.file {
    margin-bottom: 10px;
    color: green;

}

.level-button {
      /* Button Styling - Green Buttons */

    display: inline-block; /* Make the link behave like a button */
    padding: 1rem 2rem; /* Add padding for a button-like appearance */
    margin: 10px; /* Space between buttons */
    background-color: #28a745; /* Button background color (green) */
    color: white; /* Text color */
    text-decoration: none; /* Remove underline */
    border-radius: 300px; /* Rounded corners */
    font-size: 16px; /* Font size */
    transition: background-color 0.3s; /* Smooth transition for hover effect */

}

.level-button:hover {
    background-color: #218838; /* Darker green on hover */\



/* Button Styling - Green Buttons */
.level-button {
    display: inline-block; /* Make the link behave like a button */
    padding: 1rem 2rem; /* Add padding for a button-like appearance */
    margin: 10px; /* Space between buttons */
    background-color: #28a745; /* Button background color (green) */
    color: white; /* Text color */
    text-decoration: none; /* Remove underline */
    border-radius: 300px; /* Rounded corners */
    font-size: 16px; /* Font size */
    transition: background-color 0.3s; /* Smooth transition for hover effect */
}

.level-button:hover {
    background-color: #218838; /* Darker green on hover */\



} 


.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: white;
    color: white;
    padding: 1rem;
    text-align: center;
    z-index: 1000;
}

/* Optional: Add a shadow for depth */
.footer {
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}

/* For content spacing */
main {
    margin-bottom: 60px; /* Adjust based on footer height */
}
 
   h1 {
            font-size: 19px;
            color: white
      }

