body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 100;
    width: 500px;
    background-color: rgb(53, 53, 53);
}

select {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 100;
    width: 150px;
}

select:focus {
    min-width: 150px;
    width: auto;
}

img.logo {
    width: 290px;
    height: 95px;
}

p {
    font-size: 40px;
    margin: 0px;
}

div.header {
    padding: 10px;
    top: -10px;
    position: fixed;
    width: 100%;
    height: 85px;
    left: -15px;
    background-color: rgb(245, 245, 245);
}

h1.banner {
    font-size: 35px;
    position: relative;
    left: 330px;
    top: -115px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(122, 118, 118);
    font-weight: normal;
    height: 10px;
}

h1.banner2 {
    font-size: 18px;
    position: relative;
    left: 334px;
    top: -115px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(114, 111, 111);
    font-weight: normal;
}

div.body {
    color: white;
    margin-left: 55%;
    width: 150%;
    position: static;
    padding-top: 100px;
}

p.instruction {
    font-size: 20px;
}

p.form {
    font-size: 15px;
}

input.course {
    height: 40px;
    outline: none;
    border-radius: 5px;
    border-width: 0px;
    padding-left: 10px;
}

select.year {
    height: 30px;
}

section.content {
    padding: 5px;
}

textarea {
    font-size: 15px;
    padding-left: 10px;
    padding-top: 10px;
    outline: none;
}

div.footer {
    position: fixed;
    left: 0;
    bottom: 0px;
    width: 100%;
    background-color: rgb(107, 102, 102);
    color: white;
    text-align: center;
    height: 40px;
}

p.footer {
    font-size: 18px;
    margin-top: 5px;
}

a {
    text-decoration: none;
    color: white;
}

a:hover {
    color: yellow;
}

button.send {
    height: 40px;
    border-radius: 5px;
    border-width: 0px;
    width: 70px;
}
