body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    height:500px;
}
.container {
    position: center;
    text-align: center;
    overflow: hidden; 
}
.container img {
    width: 75%; 
    display: center; 
    position: center;
}
.text-left {
    position: absolute;
    bottom: %;
    left: 12.8%;
    font-size: 16px;
    color: #black; 
    margin-bottom: 20px;
    margin-right: 30%;
  
}
.text-bottom {
    position: absolute;
    bottom: 18%;
    left: 66%;
    transform: translateX(-50%);
    font-size: 36px;
    color: black; 
}
.menu a {
    color: black;
    text-decoration: none;
}

.menu a:hover {
    color: beige;
}