:root {
    --hover-color: rgb(9, 121, 105);
}
body {
    background-color: #400040;
    background: linear-gradient(90deg, rgb(9, 121, 105) 0vw, #330033 30vw, #330033 60vw, rgb(9, 121, 105) 100vw);
}

