* {
    margin: 0;
    border: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background-color: salmon;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
}
h1 {
    font-size: 48px;
}
h2 {
    font-size: 36px;
}
p {
    font-size: 24px;
}
ol {
    font-size: 22px;
    list-style-position: inside;
}
section{
    border: 5px solid black;
    margin: 15px;
}
img {
    height: 300px;
    width: 300px;
}