

body {
    font-family: Arial, sans-serif;
    font-size: 12;
    background-color: #E6F2FF;
    color: #333333;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.secondary {
    background-color: #003366;
    color: #E6F2FF;
}

h1 {
    font-size: 3em;
}

h2, h3, h4, h5 {
    font-size: 2em;
    font-weight: bold;
}

p {
    font-family: 'Calibri', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
    font-size: 1.13em;
}

a {
    color:inherit
}

a:hover {
    color:#FF6600
}

img {
    max-width: 100%;
    height: auto;
    display: block; 
}

label {
    font-family: 'Calibri', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
    font-size: 1.13em;
    margin-right: 0.5em;
}

input {
    font-family: 'Calibri', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
    font-size: 1.13em;
    border-radius: 0%;
    border: none;
    height: 2em;
    margin-right: 2em;
    width: 100%;
}

select {
    font-family: 'Calibri', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
    font-size: 1.13em;
    padding: 1em;
    background-color: white;
    border: none;

}

option {
    font-family: 'Calibri', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
    font-size: 1.13em;
}

button {
    font-family: 'Calibri', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
    font-size: 1.13em;
    padding: 1em;
    background-color: inherit;
    border: none;
    cursor: pointer;
    box-shadow: 0px 0px 20px rgba(0, 128, 255, 0.5);
}

button:hover {
    box-shadow: 0px 0px 20px #FF6600;
}