:root {
    --hex-color: #60002A;
}

body {
    background-color: #110007;
}

#hexagon {
    transform: translate(-50%, -100%) rotate(3deg);
}