
body{
    background: lightgrey;
}

.body02 {
    margin: 0%;
    /*overflow: hidden;*/
    background: lightgrey;
}

.a01 {
  border-radius: 3px;
  font-family: Arial;
  text-decoration: none;
  background: red;
  color: white;
  padding: 5px 10px;
  align-text: center;
  position: fixed;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0);
}
