body {
    font-family: 'DM Sans', sans-serif;
}

.main {
    /*
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
    height:100px;
    */
}

.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;
}

.title {
    margin-bottom: 20px;
}

.contact {
}
