@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    src: local('Titillium Web Regular'), local('TitilliumWeb-Regular'),
        url('TitilliumWeb-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Amaranth';
    font-style: normal;
    font-weight: 400;
    src: local('Amaranth Regular'), local('Amaranth-Regular'),
        url('Amaranth-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Amaranth';
    font-style: normal;
    font-weight: 700;
    src: local('Amaranth Bold'), local('Amaranth-Bold'),
        url('Amaranth-Bold.ttf') format('truetype');
}


body {
    font-family: 'Titillium Web', sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 0;
    height: 100vh;
    background: #f5f5f5;
    text-align: left;
    color: #303030; 
}


.container {
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
    background: #fff;
    padding: 7%;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05);
}

.title {
    font-family: 'Amaranth', sans-serif;
    font-size: 36px;
    color: #7B7B7B;
}

.title a, .title a:visited {
    text-decoration: none;
    color: #7B7B7B;
}

.title-yellow{
    font-family: 'Amaranth', sans-serif;
    font-size: 36px;
    color:#C19616;
}

.title-blue{
    font-family: 'Amaranth', sans-serif;
    font-size: 36px;
    color:#4390D8;
}

.title-grey{
    font-family: 'Amaranth', sans-serif;
    font-size: 36px;
    color:#707070;
}

.subtitle {
    font-family: 'Amaranth', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #2D8792;
    margin-top: 20px;
}

.highlight {
    color: #2E78BD;
}

img {
    width: 100%;
    margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
    body {
        font-size: 18px;
    }
    .title {
        font-size: 24px;
    }
}
