body {
    background-color: #ffdead;
}

.ttl1 {
    background-color: #2b2b2b;
    color: #2b2b2b;
    height: 55px;
    margin-left: 530px;
    width: 50px;
}

.ttl2 {
    background-color: #df613b;
    color: #df613b;
    font-size: 34px;
    margin-left: 10em;
    width: 13em;
}

h1 {
    margin-bottom: 0;
    margin-top: 0;
}

.title {
    background-color: #1c321c;
    border-radius: 0 0 25px 25px;
    color: #fff;
    font-size: 34px;
    height: 3em;
    margin-left: 10.5em;
    max-width: 800px;
    padding-top: 1em;
    text-align: center;
    width: 12em;
}

.boardWrapper {
    /* background-color: #b3eeb3; */
    background-color: #00552e;
    border: 18px solid #734e30;
    border-bottom: 35px solid #734e30;
    margin-bottom: 20px;
    margin-left: 50px;
    margin-right: 50px;
    max-width: 2000px;
    padding: 20px;
}

section {
    font-size: 22px;
    padding: 0px 10px;
}

section .username {
    color: #ffee77 !important;
    font-weight: 700;
}

section .nameArea {
    align-items: center;
    color: #fff;
    display: flex;
    font-weight: 500;
    margin-bottom: -14px;
}

section .comment {
    color: #fff;
    margin-left: 20px;
    margin-top: 0;
}

.success_message {
    color: green;
    padding-left: 10px;
}

.error_messages {
    color: red;
    padding-left: 10px;
}

.formWrapper {
    color: #fff;
    font-weight: bold;
    margin-left: 20px;
    padding: 16px;
}

.btn {
    border-radius: 0 0 0 0;
    box-shadow: 0 5px 0 #e6d900;
    font-size: 22px;
    font-weight: 600;
    height: 70px;
    line-height: 50px;
    padding: 0;
    width: 100px;
    -webkit-box-shadow: 0 5px 0 #e6d900;
}

.btn:hover {
    box-shadow: 0 2px 0 #e6d900;
    transform: translate(0, 3px);
    -webkit-box-shadow: 0 2px 0 #e6d900;
    -webkit-transform: translate(0, 3px);
}

.lbl {
    font-size: 25px;
    margin-left: 40px;
}

.name {
    height: 45px;
    width: 250px;
}

.commentTextArea {
    height: 120px;
    margin-top: 20px;
    width: 800px;
}