body {
    margin: 0px;
}

.header {
    background-color: rgb(43,118,185);
    height: 50px;

}
.header img {
    height: 81%;
    margin: 5px 0px 0.1% 7px;
}

.content {
    display: grid;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    justify-items: stretch;
    text-align: center;
    margin-top: 18%;
    font-family: sans-serif;
    color: #111218;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.content .h3 {
    font-size: 1.09em;
    letter-spacing: -0.3px;
    font-weight: 600;
}

.content .text {
    font-size: 0.8em;
    letter-spacing: 0.3px;
    margin-top: 1.2%;
}
.content img {
    max-height: 145px;
    margin-top: 10%;
    margin-bottom: 16%;
}
.content .links {
    color: #001162;
    font-size: 0.8em;
    line-height: 2em;
    letter-spacing: 0.4px;
}
.content .links a{
    color: #53B5D8;
    text-decoration: none;
    font-weight: bold;
}