* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.wrapper {
    background-image: url('img/profi_tata_naslovna.png');
    height: 90vh;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    display: flex;
    justify-content: center;
}

.wrapper img {
    /* max-width: 80%;
    height: 50%; */
    margin-bottom: -10px;
}

h2 {
    text-align: center;
    font-size: 45px;
    padding-top: 20px;
    margin-bottom: -50px;
    font-family: "Poppins", sans-serif;
    display: none;
}

.player {
    margin-top: -10px;
    background: #ffffff;
    /* padding: 20px; */
    border-radius: 10px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    text-align: center;
    display: flex;
    justify-content: center;
}

audio {
    width: 30%;
}

@media (max-width: 500px) {
    .wrapper {
        height: 80vh;
    }

    audio {
        width: 60%;
    }
}