@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body {
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: center;
    font-size: 20px;
    line-height: 1.7em;
}
a, .blue {
    color: #2e4993;
}
a {
    text-decoration: none;
}
h1 {
    font-family: "Archivo Black", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 3.2em;
    margin-bottom: 30px;
}
h2 {
    font-style: italic;
    font-weight: 700;
    font-size: 2em;
    margin-bottom: 50px;
}
h3 {
    font-size: 1.75em;
}
.services {
    font-style: italic;
    font-weight: normal;
}
hr {
    border: 1.5px solid;
    margin: 30px 140px;
    opacity: 1;
}
.vertical-center {
    min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */

    display: flex;
    align-items: center;
}
img {
    margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
    h1 {
        font-size: 2.4em;
    }
    h2 {
        font-size: 1.8em;
        margin-bottom: 25px;
    }
    hr {
        margin: 20px 0;
    }
}