.text-body {
    margin: 1rem;
}

p.submission-msg {
    font-size: 1.2rem;
}

.back-button {
    font-size: 1.3rem;
    background-color: #dddddd;
    font-weight: 600;
}

h1 {
    font-weight: bold;
    font-size: 3rem;
    text-align: center;
}

h2 {
    font-weight: bold;
    text-align: center;
}

.changelog-container {
    margin-bottom: 1rem;
}

hgroup h3 {
    font-weight: bold;
    font-size: 1.5rem;
}

hgroup h4 {
    font-size: 1.25rem;
    font-weight: bold;
}

.semibold {
    font-weight: 600;
}

.changelogs-btn {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 1.5rem;
    font-weight: bold;
    min-width: 50%;
}

.subsection {
    font-size: 1.5rem;
    font-weight: bold;
}

label {
    font-weight: bold;
    font-size: 1.3rem;
}

textarea {
    margin-top: 5px;
    margin-bottom: 5px;
}

.submit-button {
    min-width: 30%;
    font-size: 1.3rem;
    font-weight: 600;
}

.error {
    color: red;
    font-size: 14pt;
    font-weight: bold;
}