@font-face{
    font-family: 'IBM VGA';
    src: url(fonts/Web437_IBM_VGA_8x16.woff) format(woff);

}



html {
    background-color: #f9f9f9;
}

/*Header*/
header {min-height: 75px;}

/*Main segment styling*/
#main-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap-reverse;
    justify-content: center;

    row-gap: -20px;
}

main {
    max-width: 600px;
}

/*Contact info styling*/
.contact-info {
    min-width: 100px;
    max-width: 300px;
    text-align: right;
    font-family: "IBM VGA";
    padding-left: 3%;
    
}

.contact-info img {
    display: block;
    padding-left: 10%;
    padding-right: 10%;
    padding-top:50px;
    width: 80%;
    height: auto;


}

.contact-info h1 {
    text-decoration:underline;
}

.contact-info dl {
    display: grid;
    grid-template-columns: auto auto;
}
.contact-info dt {
    color: #1f618d;
}


