* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

body {
    background-color: black;
    color: white;
    background-image: url(img/bgbolda.jpg);
    backdrop-filter: blur(5px);
    background-size: cover;
    background-position: center;
    font-family: Arial, Helvetica, sans-serif;
    
}

h1 {
    font-size: 4em;
}

h2 {
    font-size: 2em;
    font-weight: lighter;
}

svg youtube a {
  fill: blue; 
}



.btn {
    background-color: white;
    padding: 15px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    width: fit-content;
}

.btn a {
    color: black;
    
}

.contact {
        display: flex;
    flex-direction: row;
    column-gap: 10px;
}

.container {
    height: 100dvh;
    display: flex;
    background-color: #00000042;
    flex-direction: column;
    justify-content: space-between;
}

header {
    display: flex;
    columns: 2;
    justify-content: space-between;
    padding: 30px;
}

.logo img {
    height: 30px;
}

section {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 30px;
}

.outnow {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

#big_play_button {
    visibility: visible;
    width: 50px;
    height: 50px;
    background: #000;
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    left: 42.86% !important;
    bottom: 42.86% !important;
    cursor: pointer;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

footer {
    display: flex;
    justify-content: center;
    padding: 30px;
}

footer img {
    height: 50px;
}

@media (min-width: 600px) {
    .section {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 30px;
    flex-direction: column;
}
}