:root {
    --font-color: #1E1C19;
}

html, body {
    padding: 0;
    margin: 0;
    background: linear-gradient(to bottom, #F3EEE6 5%, #FFFFFF 95%);
}

.ghost {
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid var(--stroke);
    font-weight: 600;
    background: #fff;
}

section {
    position: relative;
    z-index: 999;
}