h1{
    background-color: blue;
    color: white;
    text-align: center;
    font-size: 30px;
    padding: 20px; 
}
h2{
  text-align: center;
  font-size: 30px;
  padding:5px;
}
.center-container {
    width: 1200px;           
    margin: 30px auto;       
    position: relative;      
    height: auto;
}
.side-image {
    width: 250px;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.side-image.left {
    left: 0px;
}

.side-image.right {
    right: 0px;
}

.side-image img {
    width: 100%;
    border-radius: 10px;
}

.tribute-box {
    width: 600px;          
    margin: 30px auto 0;   
    background-color: #1b8ebf;
    padding: 20px;
    border-radius: 10px;
    text-align: center;    
}
.tribute-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 15px;
}

.tribute-text {
    font-size: 18px;
    line-height: 1.5;
}
footer {
    padding: 1%;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;        
    height: 30px;       
    background-color: blue;
    color: white;
    text-align: center;
}
.divider {
  width: 90%;
  margin: 40px auto 20px; 
  border: 0;
  border-top: 2px solid #ccc; 
}
.second-container {
  width: 800px;
  margin: 20px auto 0; 
  background-color: #f2f2f2;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
  color: #333;
}
.back-home {
  text-align: center;
  margin: 20px 0;
}

.home-button {
  display: inline-block;
  padding: 10px 20px;
  margin: 5px;
  background-color: blue;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.home-button:hover {
  background-color: darkblue;
}
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;        
  height: 30px;       
  background-color: blue;
  color: white;
  text-align: center;
}