body {
background-color: beige;
background-image: url("powertowers.png");
background-repeat: none;

}
a {
padding: 0px;
}
.flowerheader {
background-image:url("flower row.gif");
background-repeat: repeat-x;
width:100vw;
height:100px;
}




.icon {
height:100px;
width:100px;
text-align:center;
transition: transform;
padding-bottom: -10px;
font-family:"Courier New";
font-size:18px;


}

.icon:hover{
transform: rotate(30deg);
}

[data-text]::after {
  content: attr(data-text);
}

.nav {
display: inline-block;
text-align: left;
bottom:0;
background-image: url("canvaslow.png");
margin-left:20px;
height:500px;

border:5px solid #eed383;

}

.center {
float:right;
border:5px solid #eed383;
font-family:"Courier New";
color: black;
font-weight: 900;
width: 500px;
height: 500px;
overflow:scroll;
text-align: center;
background-image: url("canvaslow.png");
margin-right:40px;


}


.center2 {
float:right;
border:5px solid #eed383;
font-family:"Courier New";
color: black;
font-weight: 900;
width: 500px;
height: 500px;

text-align: center;
background-image: url("canvaslow.png");
margin-right:40px;
clear:left;
margin-top:20px;
overflow:scroll;

}





.h1 {

font-size: 24px;
font-weight: 900;
padding: 5px;
border:4px solid #ffffff;

}
::-webkit-scrollbar {
width: 12px;
height: 12px;
}

::-webkit-scrollbar-track {
border: 1px #eed383;
border-radius: 10px;
}

::-webkit-scrollbar-thumb {
background: #eed383;  
border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
background: #eed383;  
}

.phone {

-moz-animation: 3s ease 0s normal none infinite swing;
    -moz-transform-origin: center top;
    -webkit-animation:swing 3s infinite ease-in-out;
    -webkit-transform-origin:top;
}
@-moz-keyframes swing{
    0%{-moz-transform:rotate(-3deg)}
    50%{-moz-transform:rotate(3deg)}
    100%{-moz-transform:rotate(-3deg)}
}
@-webkit-keyframes swing{
    0%{-webkit-transform:rotate(-3deg)}
    50%{-webkit-transform:rotate(3deg)}
    100%{-webkit-transform:rotate(-3deg)}
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(0,0,0,.5);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

/* Start https://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/food/foo-7/foo606.cur), auto !important;} /* End https://www.cursors-4u.com */