* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background-color: #740619;
}
h1 {
    font-size: 35px;
}
.tempbanner {
    background-color: #f7e01a;
    border-style: double;
    border-color: black;
}
.footbanner {
    border-style: double;
    background-color: #f7e01a;
    border-color: black;
    text-align: center;
    position:absolute;
    width: 100%;
    bottom: 0;
}
.construction {
    color: black;
    text-align: center;
}
.pixelconstruct {
    width: auto;
    float: left;
}
.content {
    width: 60%;
    height: 600px;
    margin-top: 5rem;
    margin-left: 20%;
    border: 0.5rem double rgb(28, 27, 27);
    background-color: #f7e01a;
}
.sign {
    margin-top: 100px;
    margin-left: 7%;
}
.statement {
    padding-left: 5%;
    padding-right: auto;
    float: right;
    width: 50%;
    }
.text {
    margin-top: 6rem;
    margin-right: 7%;
    font-size: 32px;
}
.updates {
    margin-top: 24px;
    font-size: 20px;
}