h2 {
    font-family: fantasy;
}

body {
    background-color: aliceblue;
    font-family: serif;
    font-size: 16px;
    width: 1000px;
    border-width: 2px;
    border-style: hidden;
    border-radius: 5px;
    line-height: 2;
}