body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.instagram-container {
    max-width: 100%;
}
.header-instagram {
    align-items: center;
    height: 54px;;
    border-bottom: 1px solid rgb(219, 219, 219);
}
.header-instagram-container {
    position: absolute;
    height: 54px;
    padding: 0 20px;
}
.instagram-logo {
    position: relative;
    margin-top: 7px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header {
    border-bottom: 1px solid rgb(219, 219, 219);
}

.header-top {
    margin: 16px 16px 24px 16px;
}

.profile-photo {
    display: inline-block;
    margin-right: 28px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.0975);
}

.profile-photo img {
    width: 77px;
    height: 77px;
    border-radius: 50%;
    vertical-align: baseline;
}

.title{
    display: inline-block;
    width: auto;
    vertical-align: top;
}

.title a {
    color: #262626;
    font-size: 28px;
    font-weight: 300;
    line-height: 32px;
    text-decoration: none;
    margin: -5px 0 -6px;
    vertical-align: baseline;
}

.header-bottom {
    padding: 0 16px 21px;
    font-size: 14px;
}
.header-bottom h1 {
    display: inline;
    font-weight: 600;
    font-size: 14px;
}
.header-bottom a {
    text-decoration: none;
    color: rgb(0, 55, 107);
    font-weight: 600;
}

.columns {
    display: flex;
    flex-wrap: wrap;
}
.column {
    display: block;
    flex: none;
    margin-right: 2px;
    width: calc(33.33% - 2px);
}
.column:nth-of-type(3n+0) {
    display: block;
    margin-right: 0px;
}
.column a {
    display: block;
    margin-bottom: -2px;
}
.thumbnail {
    max-width: 100%;
}