/* CSS Document */

body {
    background-color: #000007;
    font-size: 18px;
    font-family: 'Marcellus', serif;
    color: white;
}


.web-form {
    background-color: #000007;
    padding: 1rem;
    border-radius: 10px;
}

.web-content {
    padding-top: 350px;
    
}

.middle-part {
    padding-top: 25px;
    padding-bottom: 25px;
}


.web-content-2024 {
    padding-top: 525px;
    
}


.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
  
}

img.rounded-corners {
  border-radius: 12px;
}




.credits-cc {
    font-size: 0.9rem;

}

@media (max-width: 768.98px){
    .obaly img{
        padding-top: 10px;
    }
}


@media (min-width: 576px){
.container {
    max-width: 768px;
}
}

@media (min-width: 768px){
.container {
    max-width: 992px;
}
    
    }

@media (min-width: 992px){
.container {
    max-width: 1024px;
}
    }