/* 
  Student Name: Tehillah Zoe Timothy
  File Name: styles.css
  Date: July 17, 2025
*/

.hero {
  background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url(../../images/baby-hawk.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}

.welcome {
  position: absolute;
  top: 40%;
}

.display-1 {
  font-size: 4em;
}

.bg-brown {
  background-color: #2a1f14;
}
