
#content {
    margin:auto;
    margin-top: 100px;
    width:875px;
}

@font-face {
  font-family: 'NYTFranklin Bold';
  src: url('../fonts/NYTFranklinBold.otf');
}

@font-face {
  font-family: 'NYTCheltenhamBold-Italic';
  src: url('../fonts/NYTCheltenhamBoldItalic.otf');
}

@font-face {
    font-family: 'NYTImperial-Regular';
    src: url('../fonts/NYTImperialRegular.otf');
}

@font-face {
    font-family: 'NYTImperial-Italic';
    src: url('../fonts/NYTImperialItalic.otf');
}

@font-face {
    font-family: 'NYTCheltenhamMedium-Regular';
    src: url('../fonts/NYTCheltenhamMedium.otf');
}

@font-face {
    font-family: 'NYTFranklin-Light';
    src: url('../fonts/NYTFranklinLight.otf');
}

@font-face {
    font-family: 'NYTFranklin-Medium';
    src: url('../fonts/NYTFranklinMedium.otf');
}

.img {
    flex-shrink: 0;
}

img {
    max-width: 100%;
}