@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local('SourceSansPro'),
    url('./fonts/SourceSansPro/SourceSansPro-Regular.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Neutra Text';
    font-style: normal;
    font-weight: 700;
    src: local('Neutra'),
    url('./fonts/Neutra/Neutra-Bold.woff') format('woff');
    font-display: swap;
}

body {
    margin: 0;
}

.container {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #C94C3A;
}

.image {
    width: 169px;
    height: 205px;
}

.title {
    font-family: 'Neutra Text';
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #F6D577;
    margin: 30px 0 10px;
}

.description {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #EEE6DA;
    margin: 0 10px;
}