@import url('https://fonts.googleapis.com/css?family=Courgette|Roboto');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


header {
  background-color: #92a7ae;
  color: #378ea7;
  padding: 1em;
  text-align: center;
  font-family: 'Courgette', cursive;
  text-shadow: 2px 2px 8px 	#cecece;
}

body{
 font-family: 'Roboto', sans-serif; 
}

.container{
  padding: 2em; 
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.contents{
  margin: .5em; 
  text-align: center;
  font-family: 'Courgette', cursive;
  flex: 1;
  border-style:inset;
  border-color: grey;
}

.welcome{
  margin-top: 1em;
  font-family: 'Courgette', cursive;
  padding: 1em;
}

.mrman{
  color:#23366b;
}

.menu{
  background-color: #23366b;
  padding: 1em;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 4px 4px 4px black;
}


.menu>a{
  text-decoration: none;
  margin: 5px;
  color: #24d3e1;
}

.challenge{
  padding: 1em;
  box-shadow: 0 0 4px black;
  margin: 1em;
}

.challenge>p{
 padding-left: 1.5em; 
}

@media only screen and (max-width: 700px){
  header>h1{font-size: 20px;}
  .contents{
    min-width: 300px;
   margin: .2em;
  }
}
 
.video{
 text-align: center; 
  height: 650px;
  background-image: url("https://cdn.glitch.com/91f53af1-4d62-4286-93b5-5b4329ab0197%2Fmovie-theater-curtains-wallpaper-3.jpg?1519652213780")
;}
