@font-face { font-family: "IBM"; src: url("Px437_IBM_ISO9.ttf");}

body {
    background: white;
    font-family: "IBM";
    margin: 0;
}

.center { 
    margin-left: auto;
    margin-right: auto;
    width: 15em;
}

header {
    margin-top: 2.0vw;
    color: black;
    text-align: center;
}

a {
    text-decoration: none;
    color: inherit;
}

header h1 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 200;
    margin: 0.5vw 0 5px 0;
}

header p {
    font-size: 16px;
    font-weight: 200;
    margin: 5px 0 !important;
}


header a{
    text-decoration: underline;
    text-decoration-color: #abb8c3;
}

header img {
    width: 200px;
    height: 230px;
    margin-right: 10px;
}

@media only screen and (max-width: 500px) {
  header img {
    width: 165px;
    height: 200px;
  }
}
