body {
background-image: url("checker.jpg");
background-repeat: repeat;
color:white;
overflow: scroll;
}

.bebe {
  text-decoration: none;
  color: red;
}

.barrio-regular {
  font-family: "Barrio", system-ui;
  font-weight: 400;
  font-style: normal;
}

#home {
  font-size: 20px;
  text-align: center;
  border: 10px double white;
  background: rgba(0,0,0,.6);
  padding: 0%;
  width:46%;
}
#image {
  width:680px;
  height:510px;
  position:absolute; 
  margin-left:590px; 
  margin-top: 50px;
}
#meat {
  border: 5px solid white;
  background: rgba(0,0,0,.2);
  padding: 5px;
  width: 46%;
  text-align: center;
}