#top, #right, #bottom, #left {
  position: absolute;
  z-index: 3;
  background: white;
  opacity: 1;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#top, #bottom {
  height: 100px;
  width: 100%;
}

#bottom {
  top: 300px;
}

#left, #right {
  width: 200px; 
  height: 100%;
}

#right {
  left: 600px;
}

.slide {
  width: 200px;
  height: 100px;
  line-height: 100px;
  position: absolute;
  z-index: 2;
  text-align: center;
  font-size: 50px;
}

body {
  margin: 0;
  padding: 0;
  color: #222222;
}

#slide-0 {
  font-family: "Josefin Slab", serif;
}
#slide-1 {
  font-family: "Petrona", serif;
}
#slide-2 {
  font-family: "Tangerine", sans-serif;
  font-size: 60px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: rgb(0, 160, 255);
  line-height: 85px;
  padding-left: 5px;
}
#dot {
  color: rgb(0, 160, 255);
}
#slide-3 {
  font-family: "News Cycle", serif;
  margin: 10px 0 0 10px;
  text-align: left;
}
#slide-4 {
  font-family: "Petrona", serif;
  text-align: right;
  font-size: 36px;
  line-height: 94px;
}
#slide-5 {
  font-family: "Josefin Slab", serif;
  text-align: right;
  line-height: 161px;
  margin-left: 2px;
}
