html, body {
  background: transparent;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
}


figure {
  margin: 3em auto;
  width: 368px;
  height: 152px;
}

canvas {
  display: block;
  float: left;
  margin-left: 8px;
  margin-top: 8px;
}

#container {
  width: 1280px;
  height: 720px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;
}

#footer {
  position: absolute;
  top: 650px;
  left: 0;
  width: 1280px;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  text-align: center;
  color: #ffffff;
  font-size: 26pt;
}

#footer > div {
  height: 50px;
  float: left;
}

#clock {
  width: 130px;
}

#icon {
  position: absolute;
  left: 200px;
  top: 0px;
  width: 64px;
  height: 64px;
}

#summary {
  width: 1020px;
  overflow: hidden;
}

#temperature {
  width: 130px;
}

#date {
  font-size: 12pt;
  height: 18px;
  width: 130px;
  position: absolute;
  font-size: 10pt;
  top: 50px;
  left: 0px;
  text-transform: uppercase;
}

#feels {
  font-size: 12pt;
  height: 18px;
  width: 130px;
  position: absolute;
  font-size: 10pt;
  top: 50px;
  left: 1150px;
}

#text {
  height: 18px;
  width: 1280px;
  position: absolute;
  font-size: 10pt;
  top: 50px;
  left: 0;
}

#header {
  position: absolute;
  top: 0px;
  left: 0;
  width: 1280px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  text-align: right;
  color: #ffffff;
  font-size: 22pt;
}
