:root {
  --c-bg: #004fdb;
  --c-fg: #fff;
  --c-header: #000;
  --c-gradient-top: #68e0cf;
  --c-gradient-bottom: #209cff;
  --c-cursor: rgba(255,80,0,1);
  --c-stripe-light: rgba(255,255,255, .2);
  --c-stripe-dark: rgba(255,255,255, .1);
}

html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background: var(--c-bg) url(../img/polarbear.jpeg) no-repeat right bottom;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  color: var(--c-fg);
  min-height: 100vh;
}

.header {
  margin: 0;
  padding: 0;
  background: var(--c-header) url(../img/helsinki.jpeg) no-repeat bottom center;
  background-size: cover;
  position: relative;
}

.header .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  position: relative;
}

.logo {
  width: auto;
  height: 4rem;
  margin: 4rem 2rem 2rem;
}

.clock {
  font-size: 5rem;
  padding: 0;
  margin: 2rem;
}

canvas {
  background-color: transparent;
  width: 100vw;
  height: 200px;
  position: absolute;
  bottom: 0;
}
