
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



h1{
    background-color: rgb(28, 176, 151);
 text-align: center;
 color: rgb(255, 15, 15);
}


body{

   background-image:url(../img/movie4.jpg);
background-size: cover;
background-attachment: fixed;
background-position: center;

}

section{
    flex-wrap: wrap;
  
    
   
}
nav{
    padding: 2%;
   
}
nav a {
    background-color: rgb(248, 6, 55);
    text-decoration: none;
    padding: 1%;
    color: aliceblue;
    font-family: monospace;
    border-radius: 10%;
   
   
    
}


 section  nav {
   list-style-type: none;
}
iframe{
    padding: 1%;
    padding-bottom: 1%;
    
}

.break a{
background-color: rgb(255, 40, 40);

padding: 5px;
border-radius: 80px;
margin: 10px;
text-decoration: none;
font-family: monospace;
color: aliceblue;
font-size: medium;

}
.break{
    text-align: center;
    padding: 1%;
    padding-bottom: 2%;
    margin: 2px;
 
}



