.content-container {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.content-container img {
    height: 350px;
}

.content-container .text-aligned-center {
    text-align: center;
}

fieldset {
    border: none;
}

fieldset legend {
    color: #2b596c;
    width: 750px;
    border-bottom: 1px solid #adadad;
}