body {
    position: relative;
}

.round-thumbnail {
    border-radius: 50px;
}

.content {
    text-align: center;
}

.content h1 {
    margin-bottom: 0;
}

.content .sub-h1 {
    text-align: center;
    margin-top: 0;
}

.content p, .content ul, ol {
    text-align: left;
}

.background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
}

.socials {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    height: 50px;
}

.socials a {
    width: 35px;
    color: green;
}

.socials a img {
    width: 100%;
}

.bg-white {
    background: white;
    border-radius: 5px;
}