.contact-list {
    padding-inline-start: 1em;
}

.intro p {
    max-width: 60ch;
}


a {
    color: #103018;
    font: inherit;
    font-weight: 600;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.contact-form {
    text-align: center;
}

#info {
    font-size: 1.1em;
}