body {
    width: 80%;
    background-color: rgb(178, 206, 230);
    margin: auto;
}

h1 {
    color: brown;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-top: 100px;
}

p {
    text-align: center;
}