html {
    color: #031e55;
    background-image: url(Images/Koru.jpg);
}

body {
    margin: 0;
    min-width: 1000px;
    font-family: Arial Bold, sans-serif;
    font-size: 16pt;
}

header {
    background:#031e55 ;
    padding: 50px;
    text-align: center;
    font-family: Arial Bold, sans-serif;
}

h1 {
    font-family: Arial Bold, sans-serif;
    font-size: 80pt;
    color: #a4730b;
    margin: 0;
}

nav {
    background: rgb(238, 228, 236);
    padding: 30px;
    text-align: center;
    font-family: Arial Bold, sans-serif;
}

nav a {
    color: #a4730b;
    margin: 0 30px;
    font-size: 24pt;
    text-decoration: none;
    padding: 15px;
    background-color: white;
    border: 3px solid white;
    text-align: center;
    border-radius: 10px;
    display: inline-block;
    transition: all 0.5s;
}

nav a:hover {
    color: white;
    background-color: #031e55;
    transform: scale(1.2);
}

footer {
    color: #a4730b;
    background: black;
    padding: 20px;
    opacity: 0.6;
    text-align: center;
}

section {
    width: 900px;
    margin: 70px auto;
    padding: 1rem;
    background: rgb(238, 228, 236);
    border: rgb(238, 228, 236);
    opacity: 0.8;
    border-radius: 30px;
}

section#subjec,
section#staff,
section#Grounds,
section#title {
    background:#031e55;
    padding: 1rem;
    border-radius: 30px;
}

h2 {
    font-family: Arial, sans-serif;
    font-size: 38pt;
    color: white;
    margin: 32px 0 24px 0;
    text-align: center;
}

h3{
    margin-top: 20px;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 4px solid #a4730b;
    margin-top: 25px;
    margin-bottom: 25px;
}

p {
    text-align: center;
}

a {
    color: #031e55;
}

a:hover {
    color: #1659e9;
}

img {
    filter: saturate(0);
}

img:hover {
    filter: none;
}
