.box {
    height: 80%;
    width: 50%;
    display: flex;
    flex-direction: column;
}

.background-img {
    max-height: 100%;
    object-fit: contain;
}

.links {
    display: flex;
    justify-content: center;
    gap: 5px;
}