body {
    margin: 0;
    padding: 0;
    font-family: 'Space Grotesk',Arial,sans-serif;
    font-size: 18px;
    background: #f5f5f5;
}

a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 33px;
    margin: 0 0 19px;
    color: #7C2D12;
    font-weight: 500;
}
