html, body {
    font-family: Century Gothic;
}


.header-container {
    text-align: center;
    margin-bottom: 15px;
    font-weight: 600;
    margin-top: 50px;
}

.content-container {
    width: 100%;
    height: 100%;
    text-align: center;
}

.my-row {
    margin-bottom: 35px;
}

img {
    width: 1000px;
    height: 500px;
}