.icon{
	width: 75px;
}

#icon1 {
  position: absolute;
  top: 20px;
  left: 550px;
}

#icon2 {
  position: absolute;
  top: 20px;
  left: 650px;
}

#icon3 {
  position: absolute;
  top: 20px;
  left: 750px;
}

#icon4 {
  position: absolute;
  top: 20px;
  left: 850px;
}

#banner {
    width: 580px;
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 2;
}

#hide {
    position: absolute;
    top: 25px;
    right: 25px;
    background-color: transparent;
    color: black;
    border: dashed;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
}

.txt {
    font-size: 2.8rem;
    font-weight: 900;
    color: white;
    font-family: sans-serif;
    text-shadow: 1px 1px #fff, 1px -1px #fff, -1px 1px #fff, -1px -1px #fff;
}

#txt1, #txt2, #txt3, #txt4, #txt5, #txt6 {
    position: absolute;
}

#txt1 { top: 445px; left: 95px; }
#txt2 { top: 445px; left: 270px; }
#txt3 { top: 445px; left: 430px; }
#txt4 { top: 650px; left: 95px; }
#txt5 { top: 650px; left: 255px; }
#txt6 { top: 650px; left: 450px; }

.btn {
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

#btn1 { top: 565px; left: 90px; }
#btn2 { top: 565px; left: 275px; }
#btn3 { top: 565px; left: 463px; }
#btn4 { top: 750px; left: 90px; }
#btn5 { top: 750px; left: 275px; }
#btn6 { top: 750px; left: 463px; }
