body{
  background-image: url("luigihouse.gif");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-family: "Times New Roman", Times, serif;
    margin: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.image-container {
    position: absolute;
    bottom: 50px; 
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.bottom-image {
    width: 200px; 
}
.image-text {
    margin-top: 10px; 
    font-size: 16px;
    color: #333;
}