body {
    background-color: wheat;
}

h1 {
    font-family: sans-serif;
}

p {
    font-family: sans-serif;
}

button {
    background-color: aquamarine;
    border-radius: 25px;
    height: 100px;
    width: 300px;
    font-family: sans-serif;
    font-size: large;
}

img {
    border-radius: 25px;
}