h1 {
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    color: royalblue;
    font-size: xx-large;
    text-decoration-line: underline;
    text-decoration-color: royalblue;
}

ul {list-style-type: none;
    background-color: aqua;
    border: 4px;
    border-style: solid;
    border-color: red;
    text-align: center;
}

li {display: inline;
    padding-right: 75px;
    padding-left: 75px;
}

h2 {
    font-size:large;
    text-align:center;
}

p {
    font-size: 20px;
    text-align: left;
}

.p2 {
    text-align:center;
    font-size: 12px;
}

body {
    background-color: beige;
}