
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

body {
    font-family: Arial, sans-serif;
    width: 100%;
    height: 100%;
    background: url("../assets/Old-Vintage-Paper-Textured-background-Graphics-69135024-1.jpg") repeat center ;
    background-size: cover;
    scroll-behavior: smooth;
}
body::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000070;
    z-index: -1;
}

:root {
    --containerLightBgColor: #c00212;
    --containerBgColor: #a60311;
    --containerDarkerBgColor: #730202;
    --containerTextColor: #f2c49b;
    --Brown: #a65f37;
    --DarkAccent: #261610;
}