img {
    width: 600px;
}

body {
    text-align: center;
    font-family: 'Arial';
    background-color: lightgoldenrodyellow;
    color: rgb(124, 97, 28);
}

h1 {
    font-size: 90px;
}

p {
    font-size: 40px;
    font-style: italic;
}