body {
  text-align:center;
  background-image:url("Images/lace1.png");
  color:white;
  font-family:"New Rocker";
}

.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;
}

.new-rocker-regular {
  font-family: "New Rocker", system-ui;
  font-weight: 400;
  font-style: normal;
}
