* {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #ebebeb;
}

h1 {
    text-align: center;

}

h2 {
    text-align: justify;
}

section {
    margin-bottom: 30px;
    padding: 0 20px;
    margin-left: 50px;
    margin-right: 50px;
}

#update-info, footer {
    text-align: center;
    font-size: 0.9em;
    color: #666;
    margin-bottom: 20px;
}