body {
  text-align:center;
  background-image:url("Images/KAITO81.jpeg");
  background-repeat:no-repeat;
  background-size:cover;
}

.container{
  display:inline-block;
  width: 500px;
}

.HOME {
  float:left;
  background-color: #a7fcd6;
  border: 2px solid white;
  height:33px;
  width:66px;
  padding:3px;
}

.HOME:hover{
  cursor:pointer;
}