body {
    color: rgb(81,112,123);
    background-color: rgb(249,246,244);
}

h1 {
    text-align: center;
    color: chocolate;
}

h2 {
    text-align: center;
}

p {
    text-align: center;
    font-weight: bold;
}

ul {
    margin: auto;
    width: 350px;
    border-style: solid;
    border-width: 5px;
    border-radius: 20px;
    border-color: chocolate;
    line-height: 50px;
    list-style-type: circle;
}

p.button {
    border-style: solid;
    border-radius: 20px;
    width: 200px;
    margin: auto;
    margin-top: 30px;
    border-color: chocolate;
}