body {
    background-color: orange;
    align-content: center;
}

p, h2 {
    color: lavenderblush;
    font-family: "Arial", sans-serif;
}

h2 {
    font-size: 33px;
}

a {
    text-decoration: none;
}
p {
    font-size: 23px;
}

button {
    width: 33vw;
    height: 8vw;
    background-color: lightblue;
    border-color: lightblue;
    font-size: 33px;
    font-family: "Arial", sans-serif;
    color: lavenderblush;
    border-radius: 15px 50px;
}

img {
    width: 33vw;
}

section {
    width: 33vw;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;

}