:root {
    --color-primary: #006fc4;
    --color-a: white;
    --color-a-hover: rgb(41, 5, 243);
}

body {
    background-color: #006fc4;
    background-image: url("https://www.transparenttextures.com/patterns/axiom-pattern.png");
    
}