:root{
    --primary-color : #78082f;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
    min-height: 100vh;
}


a{
    text-decoration: none;
}