body {
    font-family: tahoma;
    font-size: 17px;
    text-align: left;
    width: 650px;
    margin-left: auto;
    margin-right: auto;
    background-color: #edf7ff;
}

p {
    margin-top: 15px;
    margin-bottom: 80px;
    text-align: justify;
    hyphens:auto;
    line-height: 25px;
}

h1 {
    font-family: times new roman;
    text-align: center;
    font-size: 100px;
    line-height: 100px;
    color: #2f3958;
    font-variant-caps: all-petite-caps;
    margin-bottom: 95px;
}

h2 {
    font-family: times new roman;
    font-size: 40px;
    color: #2f3958;
    margin-bottom: 0;
    margin-top: 10px;
    font-variant-caps: all-petite-caps;
}

time {
    font-size: 12px;
    color: #386f9c;
    font-style: italic;
}



