@import url("https://font.bmcdn.nl/css2?family=outfit");

body {
    display: flex;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background: #ffffff;
    color: #475569;
    font-family: outfit, sans-serif;
    font-size: 18px;
}

main {
    display: flex;
    margin: auto;
    max-width: 660px;
    width: calc(100vw - 90px);
    align-items: flex-start;
    gap: 24px;
}

.divider {
    flex-shrink: 0;
    background: #f1f5f9;
}

.divider-h {
    height: 2px;
    margin: 21px 0;
}

.divider-v {
    height: 42px;
    margin-top: 9px;
    width: 2px;
}

svg {
    height: 60px;
    flex-shrink: 0;
}

h1 {
    margin: 12px 0 18px;
    color: #0064f2;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
}

p {
    margin: 12px 0;
    font-weight: 300;
    line-height: 1.5;
}

p.lead {
    color: #1e293b;
    font-weight: 500;
}

p.small {
    font-size: 14px;
}

a {
    color: #0064f2;
    cursor: pointer;
    font-weight: 500;
    text-decoration: underline #cbd5e1;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

a:hover {
    text-decoration-color: #0064f2;
}
