body {
    background-color: #ffffee;
    font-family: "Gentium Book Plus", serif;
}

div.container {
    color: #1d1a1b;
    width: 60ex;
    overflow-y: auto;
    height: 95%;
}

#outer {
    align-items: center;
    display: flex;
    justify-content: center;
}

#head {
    font-size: 32px;
    font-weight: lighter;
    margin-bottom: 0.5ex;
    margin-top: 0.5ex;
}

a {
    color: #1d1a1b;
}

img {
    height: 4ex;
    width: 4ex;
}

label {
    font-weight: bolder;
}

input[type=text],
input[type=email],
textarea {
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #1d1a1b;
    width: 100%;
    padding: 12px;
    border: solid;
    border-width: 2px;
    border-color: #898980;
    border-radius: 5px;
    box-sizing: border-box;
    margin-top: 1ex;
    margin-bottom: 2ex;
}

textarea {
    height: 20ex;
    resize: vertical;
}

input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
    border-color: #2d2d2a;
    outline: none;
}

button {
    font-family: "Gentium Book Plus", serif;
    color: #1d1a1b;
    border: solid;
    border-width: 2px;
    border-radius: 4px;
    border-color: #898980;
    font-weight: bolder;
    font-size: 16px;
    background-color: #cecec0;
}

button:hover {
    background-color: #b7b7ab;
    border-width: 2px;
    border-radius: 4px;
}

#contactMessage {
    border-style: solid;
    border-color: #898980;
    border-width: 2px;
    border-radius: 5px;
    padding: 1ex
}

#goBack {
    text-align: center;
}

#icon {
    font-size: 40px;
    text-align: center;
    filter: grayscale(100%);
}
