.container {
    height: 800px;
    width: 100%;
    background-image: url("mountain2.jpg");
    background-size: cover;
  }
  #content {
    margin-top: -2%;
  }
  
  #image-container img {
    width: 100%;
    height: auto;
    display: block;
  }
  .centered-text {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    position: absolute;
    top: 26%;
    left: 50%;
    transform: translate(-50%, -50%);
    color:rgb(0, 0, 0); 
    font-size: 80px; 
    padding: 10px; 
  }
  .centered-text3 {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    position: absolute;
    top: 36%;
    left: 50%;
    transform: translate(-50%, -50%);
    color:rgb(4, 8, 61); 
    font-size: 30px; 
    padding: 10px; 
  }