@font-face {
    font-family: 'Ms Madi';
    src: url('fonts/MsMadi-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    background-color: #F5F1E8;
    /* Immitate flax paper texture */
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.15'/%3E%3C/svg%3E");
    font-family: 'Ms Madi', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    text-align: center;
    box-sizing: border-box;
}

.content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

h1 {
    color: #2F3533;
    font-size: 130px;
    margin: 0;
    line-height: 1.1;
    font-weight: normal;
    font-style: normal;    
}

.line {
    width: calc(100% - 40px);
    height: 2px;
    background-color: #B87333;
    margin: 20px 20px;
}

h2 {
    color: #8A9A7B;
    font-size: 55px;
    margin: 0;
    font-weight: normal;
    font-style: normal;        
}