body {
    --primary: #5b3de0;
    --primary-dark: #4b33b4;

    --dark: #211e22;
    --mid: #312e32;
    --light: white;
    --border: 12px;
    --border-style: var(--mid) 5px solid;
    --sides: 10px;

}
