/* css document */
body {
    background-image: linear-gradient(
        rgba(25, 22, 18, 0.719),
        rgba(17, 17, 16, 0.5)
    ),
    url(background.png); /* Updated background image name */
    background-size: cover;
    background-position: center;
    height: 110vh;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
font-weight: bold; 
font-size: 15px; 
font-family: 'Reforma Grotesk Demi'; 
}

h2{
  text-align: center; font-weight: bold; font-style: italic; font-size: 30px; color: black;
}

h1{
  text-align: left; font-weight: bold; font-style: italic; font-size: 20px; color: black;
}

.words{
color: black;
font-size:10px;
text-align:left;
  padding-right: 750px;
}

.pic{
  text-align:right;
  font-size:10px;
  padding-left: 500px;
}

.link{
  align-items: center;
}

.link il
{  display: in-line;
  justify-content: space-evenly;

}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: black;
  color: white;
  text-align: center;
}