body{
    font-family: verdana;
    text-align: right;
    font-size: 13px;
}
.header{
    position: fixed;
    left: 39%;
    top: 48%;
     line-height: 26px;
    font-size: 33px;
    z-index: 10;
    background-color: white;
}
.text{
    position: fixed;
    left: 590px;
    top: 60%;
     line-height: normal;
    width: 220px;
    height: fit-content;
    z-index: 10;
    background-color: white;
}
.text2{
    position: fixed;
    right:200px;
    top: 40%;
     line-height: normal;
    width: 220px;
    height: fit-content;
    z-index: 10;
    text-align: left;
    background-color: white;
}
.text3{
    position: fixed;
    left: 46%;
    top: 10%;
     line-height: 12px;
    width: 220px;
    height: fit-content;
    z-index: 10;
    text-align: left;
    background-color: white;
}
.text4{
    position: fixed;
    left: 36.5%;
    bottom: 10%;
     line-height: 12px;
    width: 210px;
    height: 140px;
    z-index: 10;
    text-align: left;
    background-color: white;
}
.text4 a, .text4 a:visited{
  color: #065dd6;
}
#computer{
    position: absolute;
    left: 53%;
    top: 37%;
    z-index: 2;
}
#computer img:hover{
  filter: grayscale(90%);
}
#popup{
position: absolute;
background-color: aliceblue;
bottom: 40%;
left: 65%;
z-index: 3; 
width: fit-content;
height: fit-content;
font-size: 10px;
padding: 2px 3px 2px 3px;
border: red 2px solid;
text-align: justify;
}
#ipod{
    position: absolute;
    left: 33%;
    top: 7%;
    z-index: 5;
}
#ipod img:hover{
  filter: grayscale(90%);
}
#popup2{
position: absolute;
background-color: aliceblue;
top: 20%;
left: 32%;
z-index: 6; 
width: 50px;
height: fit-content;
font-size: 10px;
padding: 2px 3px 2px 3px;
border: red 2px solid;
text-align: justify;
}
#leaves{
    position: absolute;
    left: 25%;
    bottom: 17%;
    z-index: 5;
}
#leaves img:hover{
  filter: grayscale(90%);
}
#popup3{
position: absolute;
background-color: aliceblue;
bottom: 20%;
left: 30%;
z-index: 6; 
width: 50px;
height: fit-content;
font-size: 10px;
padding: 2px 3px 2px 3px;
border: red 2px solid;
text-align: justify;
}
.paper{
    background-image: url(paperstock12.png);
    left: 0px;
    top: 0px;
    position: fixed;
    height: 1080px;
    width: 590px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}
/* On mouse-over */
#dropdown-btn:hover {
  color: #065dd6;
}
#dropdown-btn2:hover{
  color: #065dd6;
}
#dropdown-btn3:hover{
  color: #065dd6;
}
/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
#dropdown-container {
  display: none;
  color: rgb(119, 119, 119);
  line-height: 12px;
  font-size: 11px;
}
#dropdown-container2 {
  display: none;
  color: rgb(119, 119, 119);
  line-height: 12px;
  font-size: 11px;
}
#dropdown-container3 {
  display: none;
  color: rgb(119, 119, 119);
  line-height: 12px;
  font-size: 11px;
}
#dropdown-btn{
  padding-bottom: 5px;
  color: #000000;
  display: block;
  width: 100%;
  cursor: pointer;
  z-index: 99;
}
#dropdown-btn2{
  padding-bottom: 5px;
  color: #000000;
  display: block;
  width: 100%;
  cursor: pointer;
  z-index: 99;
}
#dropdown-btn3{
  padding-bottom: 5px;
  color: #000000;
  display: block;
  width: 100%;
  cursor: pointer;
  z-index: 99;
}