body {
    color: #CCCCCC;
    background-color: #2F2F2F;
    font-family: Sans-serif;
}

h1 {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCCCCC;
}

div.sign {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 100px
}

p.sign {
    display: inline-block;
    font-size: 250%;
    font-weight: bold;
    color: black;
    background-color: #F7AC06;
    padding: 30px;
    border: 5px solid black;
    border-radius: 15px;
}

footer {
    text-align: right;
    border-top: 1px solid #CCCCCC;
    padding-top: 10px;
}
