html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
.site-container {
    width: 100%;
    height: 100%;
    background: url(images/saha2024-img.jpeg) no-repeat center center;
    background-size: contain;
}
.logo {
    margin: 45px 0 102px 0;
}
.saha {
    text-align: center;
}
.img {
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}