@import url("https://use.typekit.net/pqo8pto.css");

h1 {
    font-family: playfair-display, serif;
    font-style: normal;
    font-weight: 600;
    /* font-size: 36px; */
    text-align: center;
    color: #26206b;
}

h5 {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 200;
    line-height: 2rem;
}

p {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 200;
}

.logo-container {
    margin-top: 5%;
    margin-right: auto;
    margin-left: auto;
}

.info-container {
    background-color: #fbfbfc;
    margin: 20px;
    padding: 40px;
    border-bottom: 4px solid #3fc7bd;
}

.contact-info {
    margin-top: 40px;
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 20px !important;
    text-align: center;
}

a {
    color: #3fc7bd;
    text-decoration: none;
}

a:hover {
    color: #3fc7bd;
    text-decoration: underline;
}