@font-face {
    font-family: "Bodoni";
    src: url("../fonts/Bodoni-72-Book.ttf");
    src: url("../fonts/Bodoni-72-Book.otf") format("opentype");
}
@font-face {
    font-family: "Bodoni Bold";
    src: url("../fonts/Bodoni-72-Bold.ttf");
    src: url("../fonts/Bodoni-72-Bold.otf") format("opentype");
}
@font-face {
    font-family: "Futura";
    src: url("../fonts/futura-pt-book.otf") format("opentype");
}

body {
    margin: 0;
    padding: 0;
    font-family: Futura, Arial, Helvetica, sans-serif;
    font-size: 16px;
}

h1 {
    font-family: "Bodoni";
    text-align: center;
    font-weight: 500;
    font-size: 60px;
    margin-bottom: 28px;
    line-height: 42px;
    white-space: nowrap;
}

h3 {
    font-family: Futura, Arial, Helvetica, sans-serif;
    font-weight: 400;
}

h1 .bold {
    font-family: "Bodoni Bold";
}

.link {
    text-decoration: none;
    color: black;
    display: inline-flex;
}

.link span {
    margin-right: 4px;
}

header {
    display: flex;
}

.header-inner {
    display: inline-block;
    margin: 0 auto;
}

.container {
    max-width: 780px;
    margin: 0 auto;
    width: 92%;
}

.content-image {
    margin-bottom: 20px;
}

.content-image img {
    width: 100%;
    height: auto;
}

.contact {
    margin-bottom: 40px;
}

.disclaimer {
    text-align: center;
    margin-bottom: 20px;
    font-size: 12px;
}