body {
    margin: 0;
    font-family: 'Scada', Arial, sans-serif;
    color: white;
}


.container {
    position: relative;
    height: 100vh;
}
.container-bg {
    position: absolute;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.content img {
    margin-bottom: 4rem;
}

.content h1 {
    font-size: 2rem;
}
.content span {
    font-size: 1.5rem;
}