.header {
    position: relative;
    top: 0;
    left: 0;
    width: 60%;
}

.header-row {
    height: 60px;
    margin: 30px 0;
}

.nav-col {
    background-color: #13334C;
}

.circle-img {
    width: 400px;
    height: 400px;
    background-color: #13334C;
    margin-left: auto;
    margin-right: auto;
}

.margin-top {
    margin-top: 50px;
}

.margin-bottom {
    margin-bottom: 80px;
}

.content {
    font-size: 16px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    line-height: 1.5rem;
}
