html {
    color: #3f4542;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 17px;
}

.main-image {
    border-radius: 4px;
    width: 800px;
    max-width: 100%;
}

a, a:visited {
    color: #74a730;
}

a:hover {
    color: #436904;
}

body {
    display: flex;
    align-items: center;
    flex-direction: column;
}

h1 {
    font-size: 2.5rem;
    margin-bottom: 32px;
    font-weight: 500;
}

p {
    max-width: 70ch;
    margin: 0 0 16px;
    line-height: 1.6em;
    text-align: center;
}