body {
  background-image: url(one\ step\ from\ eden.jpg);
  background-repeat:no-repeat;
  background-size: cover;
}
.top {
  background-color: rgb(26, 82, 166);   
  color: white;              
  padding: 10px 0;           
  text-align: left;        
  font-size: 5px;
  padding-left: 30px;
}
footer {
  background-color: rgb(8, 73, 153);
  color: aqua;
  text-align: center;
  padding: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.buttons {
  position: fixed;
  bottom: 180px;
  left: 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.buttons a {
  display: block;
  background-color: rgba(185, 185, 187, 0.7);
  color: white;
  text-decoration: none;
  padding: 30px 30px;
  border: 2px solid rgba(0, 0, 0, 0.7);
  border-radius: 8px;
  text-align: center;
  width: 310px;
  
}
