/*-- General Style --*/
body {
    background-color: #545454;
}

/*-- Body Style --*/
.title {
    display: block;
    text-align: center;
    font-size: 100px;
    width: 100%;
    height: auto 0;
    margin: auto;
    padding: .05em;
}

.statement {
    display: block;
    text-align: center;
    font-size: 40px;
    width: 80%;
    margin: auto;
}

.update_box {
    width: 50%;
    margin: auto;
    padding: .05em;
}

#outline {
    border: 2px;
    border-color: black;
    border-style: solid;
    border-radius: 10px;
    margin: auto;
    position: relative;
    background-color: maroon;
}

.update_date_box {
    float: right;
    position: absolute;
    top: 0px;
    right: 0px;
}

.update_date_box_2{
    float: right;
    position: absolute;
    right: 0px
}

#update_title {
    color: darkgray;
}

#update_date {
    font-size: 16px;
    color: darkgray;
}

#update_text_p {
    font-size: 18px;
    margin-top: 45px;
    margin-bottom: 45px;
    margin-left: 10px;
    margin-right: auto;
    padding: 10px;
    color: darkgray;
}
