header {
    margin: -1em;
    margin-bottom: 0em;
    background-color: gray;
    padding: 2em;
    padding-bottom: 1em;
}

nav {
    width: 100%;
    white-space: nowrap;
}

nav a,
nav h1 {
    padding: .5em;
    display: inline;
    color: white;
    text-decoration: none;
    width: 10%;
}

nav a:hover {
    color: #000000;
}

main {
    padding: 1em;
    padding-bottom: 100px;
}

img {
    width: 40%;
    height: 20%;
}

#collegeimg {
    width: 50%;
    height: 40%;
}

table,
th,
tr,
td {
    padding: 8px;
    text-align: center;
    border: 1px solid black;
    border-style: solid
}

.schedule {
    border-collapse: collapse;
    width: 50%;
}

input,
select {
    width: 500px;
    padding: 12px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid black;
    border-radius: 4px;
    box-sizing: border-box;
}

p {
    width: 40%;
}