:root {
    --midnight: #180A25;
    --wolfhowl: #2A0F22;
    --lastcall: #591C2A;
    --drunkenkebab: #802730;
    --walkinghome: #AC3438;
    --nachspiel: #C74639;
    --fuckingbirds: #D06933;
    --finallysleep: #D68030;
    --harshawakening: #DD992B;
    --morningcoffee: #D6AC36;
    --baguette: #C4B74E;
    --gettingup: #B5BF63;
    --freshair: #A6C877;
    --brunching: #98C586;
    --walkthedog: #85B795;
    --tramride: #79AD9F;
    --shopping: #669EAF;
    --makedinner: #5882A2;
    --netflix: #4F688E;
    --andchill: #444876;
    --yawn: #38255B;
    --beer: #2F1549;
    --tequila: #27113D;
    --jagerbombs: #1F0E31;
  }


body {
    height: 100vh;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: background-color 3600s ease;
}

svg {
    height: 30vh;
    align-self: center;
    justify-self: center;
}
