body {
    background-color: black;
    color: aliceblue;
    text-align: center;
    font-family: sans-serif;
}

button  {
    size: auto;
    border-radius: 10px;
    color: #b20710;
}

.hero   {
    background-color: rgba(229, 9, 20, 0.5);
    border: 2px;
    box-shadow: rgba(229, 9, 20, 0.5);
    padding: 30px;
    margin: auto;
}

h1  {
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.track {
background: #2b2b2b;
padding: 20px;
margin: 20px;
border-radius: 12px;
box-shadow: 0 4px 8px rgba(0,0,0,0.5);
transition: box-shadow 0.3s;

}


.track:hover {
box-shadow: 0 4px 12px rgba(229, 9, 20, 0.5);
}


.track h3 {
margin-bottom: 10px;
}


iframe {
width: 100%;
border-radius: 8px;
}


.contact {
text-align: center;
}


.contact a {
display: inline-block;
margin-top: 20px;
padding: 12px 30px;
background: #e50914;
color: #fff;
text-decoration: none;
border-radius: 8px;
font-weight: bold;
}

.studio {
    size: 1920px;
}

img {
    width: 500px;
    border-radius: 20px;
}

.contact a:hover {
background: #b20710;
}


footer {
background: #2b2b2b;
text-align: center;
padding: 20px;
margin-top: 10px;
color: #aaa;
} 

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333333;
    display: flex;
    justify-content: center;
    position: sticky;
    top: 0;
    width: 100%;
}

ul li a{
    display: block;
    color: white;
    text-align: center;
    padding: 14px 20px;
    text-decoration: none;
}

ul li a.active {
    background-color: #99050c;
}


ul li a:hover{
    background-color: #b20710;
}
