body {
    background-color: royalblue;
    color:#EEA47F;
    text-align: center;
}
h1 {
    font-size: 2em;
    width: 100%;
    font-family: 'Times New Roman', Times, serif;
    text-align:center;
    color: #EEA47F;
    font-size: 28px;
    font-weight: bold;
}

h2 {
    font-size: 2em;
    width: 100%;
    font-family: 'Times New Roman', Times, serif;
    text-align:center;
    color: #EEA47F;
    font-size: 28px;
    font-weight: bold;
}

li {
    font-size: 2em;
    width: 100%;
    font-family: 'Times New Roman', Times, serif;
    text-align:center;
    color: #EEA47F;
    font-size: 18px;
    font-weight: bold;
}

* p{
color:#EEA47F;
font-size: 18px;
width: 100%;
text-align: center;
font-family:Georgia, 'Times New Roman', Times, serif;
}

.center{
    margin-left: auto;
    margin-right: auto;
}
