html {
    height: 100%;
}

body {
    height: 100%;
    padding: 0;
    margin: 0;
    background: url('./images/background.jpeg') top center;
    background-size: cover;
    background-repeat: no-repeat;  
    background-position: 0% 0%;
    background-size: 100% 100%;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-grow: 1;
    gap: 25px;
}

img {
    width: 30%;
    min-width: 400px;
    object-fit: contain;
}