html {
  display: flex;
  background-image: url('./assets/hero.png');
  background-size: cover; 
} 
.form {
  display: flex;
  position: relative;
  align-items: center;
  left: 50%;
}
.link-pic {
    background-color: #ad8f52;
    border-radius: 10px; 
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    top: 1000px;
    left: -600;
}
.link-list {
  background-color: #ad8f52;
  border-radius: 10px; 
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  top: 1000px;
  left: -500;
}