body {
    background-color: #121212;
    margin: 0;
    font-family: Verdana, sans-serif;
  }
  
  .title {
    color: white;
    font-size: 64px;
    text-align: center;
    margin-top: 10vh;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.8), 0 0 30px rgba(255, 255, 255, 0.4);
  }
  
  .image-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
    padding-top: 10vh;
  }
  
  img {
    max-width: 30%;
    max-height: 30%;
    box-shadow: 0 0 40px rgba(255, 255, 255, 0.5);
  }
  
  .image-link {
    color: white;
    text-decoration: none;
    font-size: 16px;
    margin-top: 10px;
  }
   
