body {
    height: 100%;
    width: 100%;
    background-image: url("pics/techTower.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    font-family: Impact, Charcoal, sans-serif;
    text-decoration: none;
    font-size: 24px;
}

div {
    width: 100%;
    height: 100%;
}
h1 {
    font-family: Impact, Charcoal, sans-serif;
    text-align: center;
    font-size: 40px;
}
button {
    background-color: #4CAF50;
    border: 3px solid black;
    color: black;
    padding: 20px 40px;
    text-align: center;
    font-family: Impact, Charcoal, sans-serif;
    text-decoration: none;
    font-size: 20px;
    transition-duration: 0.4s;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 13%;
}
.button2 {
    margin-top: 4%;
}
button:hover {
  background-color: yellow;
  color:green;;
}
.buzz {
    position: absolute;
    margin-top: -10%;
    margin-left: 60%;
    width: 25%;
    height: auto;
}
.uga {
	position: absolute;
    margin-top: 10%;
    margin-left: 20%;
    width: 30%;
    height: auto;
}

.boxed {
    position: static;
    border: 3px solid green;
    color: black;
    width: 40%;
    padding: 10px;
    background-color:  white;
    text-align: center;
    margin-left: 10%;
    margin-right: auto;
    margin-top: 4%;
}
a { 
    position: relative;
    border: 3px solid green;
	background-color: green;
    color: white;
    display: block;
    text-decoration: none;
    font-family: Impact, Charcoal, sans-serif;
    font-size: 28px;
    text-align: center;
    width: 15%;
    height: 10%;
    margin: auto;
}
.rotate {
-webkit-animation: rotation 10s infinite linear;
}
@-webkit-keyframes rotation {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
}
}
.flower3 {
    position: absolute;
    margin-top: 10%;
    margin-left: 10%;
    width: 30%;
    height: auto;
}
.flower5 {
    position: absolute;
    margin-top: -13%;
    margin-left: -8%;
    width: 50%;
    height: auto;
}