header{
  border: 5px solid black;
  color:white;
  background-color: #66ccff;
  width:100%;
  position: fixed;
  top:0px;
  left:0px;
  text-align: center;
}

body{
  background-color: #B2DEED;
  font-size: 18px;
  overflow-y: scroll;
}

footer{
  position: fixed;
  bottom: 0%;
  border: 2px solid black;
  color: white;
  display: block;
  width: 100%;
  height: 10%;
  text-align: center;
  background-color: #66ccff;
  left:0px;
}

#image{
  border: 2px solid;
  position: absolute;
  top:200px;
  border: 2px solid black;
  top:100px;
  left: 0px;
}

#contact{
  position: absolute;
  background-color: lightgrey;
  border: 2px solid black;
  left:450px;
  top:250px;
  padding: 5px;
}

a.button {
-webkit-appearance: button;
-moz-appearance: button;
appearance: button;
text-decoration: none;
color: initial;
width: 150%;
text-align: center;
}

#button{
  position: absolute;
  right:300px;
  bottom: 250px;
}

#txt{
  position: absolute;
  left: 30%;
  border: 2px solid;
  top:200px;
  padding: 5px;
  background-color: lightgrey;
}

#nav{
  width: 150px;
  border: 2px solid lightblue;
  position: absolute;
  left:0px;
  background-color: #cccccc;
  top:50%;
}

#view{
  position: absolute;
  right: 100px;
  border: 2px solid black;
  top:150px;
}

a:hover{
  color: red;
}

.txt{
  border: 2px solid black;
  padding: 5px;
  background-color: lightgrey;
  position: absolute;
}

#About{
  position: absolute;
  left:40%;
  top:20%;
  width:400px;
  height: 500px;
}

#testims{
  position: absolute;
  left:40%;
  top:120px;
  width: 350px;
  height: 455px;
}

.acca{
  position: absolute;
  right: 5px;
  bottom: 10px;
}
