body {
    background-color: aquamarine;
    text-align: center;
}

h1 {
    color: tomato;
    font-family: 'kanit' ;
}

p {
    font-family: monospace;
    font-size: 20px;
}