body, html {
    height: 100%;
    margin: 0;
}

body {
    background-image: url('bg.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.centered-text {
    color: white;
    font-size: 48px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
