html {   
         background-color: #080808; color: white; text-align: center; font-family: 'Rasa', 'Luckiest Guy', serif;
  background-image: url('london2.avif');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  height: 100%;
}
a { color: inherit;}
.red {
	color: rgb(255,90,90);
	background-color: rgba(0,0,0,0);
	border: none;
	width: 100%;
}

a {
  color: inherit;
}
a:hover {
  color: #7f8ff4;
}

body {
  display: flex;
  justify-content: center;
}

.container {
border: black 2px solid;
box-shadow: 15px 15px 30px black;
background-image: url('achtergrond.avif');
width: 800px;
color: black;
text-align: left;
display: flex;
flex-flow: column;
height: fit-content;
}

.container p {
weight: bold;
font-size: 20px;
padding-left: 20px;
}

.container h1 { padding-left: 20px; font-weight: 800;
 }

#container__item{
width: 100%;
display: flex;
}

#logo{
 width: 240px;
 margin: 30px;
}
#player {
border:none;
}

#links {
    word-spacing: 30px;;
}

@media only screen and (max-width: 800px) {

#foto { display: block; }

html {
  background-size: unset;
  background-position: unset;
  background-image: none;

}

.container {
background-color: #f5d300;
display: block;
width: 100vw;
height: 100vh;
border: none;;
}

#logo {
display: none;}

#player {
  position: fixed;
  bottom: 0;
}

}

