#submitButton {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 35px;
    font-size: 14px;
    background: #00729d;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 700;
    width: 130px;
}

#submitButton:hover {
    opacity: 80%;
    cursor: pointer;
}

#submitButton:active {
    opacity: 100%;
    cursor: pointer;
}

#showNotesButton {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 14px;
    background: #f78100;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 700;
    width: 130px;
    height: 35px;
}

#showNotesButton:hover {
    opacity: 80%;
    cursor: pointer;
}

#showNotesButton:active {
    opacity: 100;
    cursor: pointer;
}

#notes_section {
    font-size: 32px;
    margin-bottom: 10px;
    margin-top: 20px;
}

body {
    margin: 30px;
}

#notesSection {
    height: 400px;
    overflow: auto;
}

#notesSection p {
    font-size: 16px;
    font-family: sans-serif;
    margin: 5px 0;
}

#notesSection h2 {
    color: #00729d;
    font-family: sans-serif;
    font-size: 18px;
}

#notesSection h3 {
    font-family: sans-serif;
    color: #292929;
    font-size: 16px;
    margin: 0;
    padding: 5px 0;
    border-bottom: 1px solid #cfcfcf;
    margin-top: 15px;
}

#notesSection p::before {
    content: "•";
    margin-right: 0.5em;
}

#noteInput {
    font-size: 16px;
    border-radius: 5px;
}

#cf-logo {
    height: 45px;
}

#main-div {
    width: 100%;
}

#main-1 {
    width: 50%;
    float: left;
}

#main-2 {
    width: 45%;
    float: left;
    margin-left: 30px;
}

#main-2 img {
    height: 100%;
    width: 100%;
}

#main-1 h1 {
    font-size: 36px;
}

#main-1 h1 span {
    padding-left: 5px;
    font-size: 14px;
    color: #8f8f8f;
}