﻿:root {
    --section-header-color: #78787a;
}

body {
    background-color: #f5f5f5;
    background-image: url(Images/background.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    background-size: cover;
}