img {
  width: 100%;
}

a {
  background-color: #FF9B05; 
  padding: 1rem;
  color: white;
  font-family: "open sans";
  font-size: 100%;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  justify-content: center;

}


