@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
h3 {
    font-family: 'Lobster';
    text-align: center;
    font-size: 2.5rem;
}

.main-content {
    margin-top: 12rem;
}

.contactCard {
    background: rgba(250, 255, 253, 0.67);
    border-radius: 16px;
    height: 100%;
}

.lead {
    text-align: center;
}

.email {
    color: black;
    font-style: italic;
}

.email:hover {
    color: rgb(240, 135, 135);
}

.figure {
    background: rgba(245, 245, 220, 0);
}

.figure img {
    max-width: 100%;
    height: auto;
    display: block;
}

.row {
    align-items: flex-start;
}