.img-container img {
    max-height: 50vw;
    width: 100%;
}


.page-container {
    max-width: 1100px;
    margin: auto;
    background: rgba(0, 0, 0, 0.3);
    padding: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    

}

.text-container{
    text-align: start;
    margin-top: 1cm;
    
}
body{
    background-image: url(https://images.wallpaperscraft.com/image/surface_dark_background_texture_50754_2560x1440.jpg);
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    
}

hr{
    border-top: 1px solid white;
}

  