body {
    margin: 0;
    font-family: 'Fira Sans', system-ui, sans-serif;
    font-weight: 400;
    line-height: 1.6;
    background: #fff;
    color: #333;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding: 0 2rem;
    font-size: 1.2rem;
}

header {
    text-align: center;
    padding: 2rem 0;

    background: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(191,191,191,.5);
}

.logo {
    max-width: 300px;
    width: 100%;
    height: auto;
}

main {
    flex: 1;
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 0;
}

.intro {
    margin-bottom: 2rem;
    text-align: center;
}

.contact h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    text-align: center;
}

.contact ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

.contact li {
    margin-bottom: 0.5rem;
}

a {
    color: #bf3335;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #004958;
}

#background {
    position: absolute;
    width: 100%; height: 100%;
    top: 0; left: 0;
    z-index: -1;
    overflow: hidden;
}

#background::before {
    content: '';
    position: absolute;
    width: 200%; height: 200%;
    left: 50%; top: 50%;

    background: url("data:image/svg+xml,%3Csvg width='186' height='186' viewBox='0 0 186 186' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' d='M-225-77h1440v3948H-225z'/%3E%3Cg opacity='.2' stroke='%23000' stroke-dasharray='2,4'%3E%3Cpath d='M.5-21.5v4282M186.5-21.5v4282'/%3E%3Cg%3E%3Cpath d='M610.5.5h-1832'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    transform: translate(-50%,-50%) rotate(20deg);
}
