body {
    background-color: rgb(240, 240, 240);
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.bottom {
    margin-bottom: 2px;
    line-height: 10px;
    font-size: 11pt;
}
.main-content {
    width: 90%;
    margin:auto;

    font-family: "Atkinson Hyperlegible", sans-serif;
    font-size: 12pt;
}

.notepad-save {
    background-color: rgb(240, 122, 26);
    border-radius: 5px;
    color:white;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    font-weight: bold;
}

.main-content h3 {
    margin-bottom: 5px;
}

.notepad-pad {
    width: 100%;
    border-color: black;
    border-style: solid;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;

    font-family: "Atkinson Hyperlegible Mono", sans-serif;
    font-size: 12pt;
    resize: none;
}

.save-copy {
    display: flex;
    align-content: center;
    align-items: center;

}

#notepad-results {
    margin-left: 10px;
    width: 20vw;
    border-style: solid;
    border-color:black;
    border-width: 1px;
    height: 20px;
}

#titlething {
    display: flex;
    flex-wrap: wrap;  
    overflow: auto;
    flex-direction: column;

    align-content: center;
    height: 50px;
    align-items: center;
    flex-direction: row;
    width: 100%;      
    background-color: rgb(240, 122, 26);

    margin-bottom: 3vh;
}

#titlething a {
    text-decoration: none;
    color:aliceblue;
    font-family: "Anton SC", sans-serif;
    text-transform: uppercase;
    font-size: 14pt;
    display: flex;
    margin-right: 15px;  
}

#tbloc-logo {
    padding-left: 15px;
}