*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}

body {
  height: 100vh;
  width: 100%;
  background: #000;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  place-content: center;
}

body {
  background: black;
  font-family: 'Raleway';
  font-weight: 300;
}

.container {
  width: 880px;
  display: table;
  transform: translateY(-250px);
}

.header {
  color: #03aaee;
  font-size: 23px;
  display: inline;
}

.text {
  width: 80%;
  margin-left: 11%;
}

.temp {
  color: #87728e;
  font-size: 17px;
  margin-top: 4px;
  display: inline;
  float: right;
}

.reg-text {
  color: #fff;
  font-size: 12px;
  line-height: 1.45;
}

.snow {
  margin-top: 26px;
  margin-left: 40px;
  color: #03aaee;
}

.day {
  width: 250px;
  height: 550px;
  position: absolute;
  background-size: cover;
}

.lines {
  width: 250px;
  margin-top: 200px;
}

.lines path {
  stroke: #03aaee;
  fill: none;
}

.day1 {
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/28963/iso-1.jpg');
  margin-right: 30px;
  transform: translate3d(0px, 0, 0);
  backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000px;
}

.day2 {
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/28963/iso-2.jpg');
  margin-right: 30px;
  transform: translate3d(310px, 0, 0);
  backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000px;
}

.day3 {
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/28963/iso-3.jpg');
  transform: translate3d(620px, 0, 0);
  backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000px;
}
