
body {
    margin:0 auto;
    padding:0;
    color:#1b42ac;
    font-size:x-large;
    font-family: 'Oswald', sans-serif;
    text-align:center;
  }
  
  p {
      color:#000;
      font-size:large;
  }
  
  .nav ul {
      list-style-type:none;
      
     
  }
  
  .nav li {
      display:inline-block;
      width:20%;
       margin:15px;
       padding: 10px;
       color:#1b42ac;
     background:#fff;
     font-family: 'Oswald', sans-serif;
     font-size:medium;
     border: solid 1px #1b42ac;
  }
  
  .nav li:hover {
       background:#1b42ac;
     color:#fff;
  }
  
  a:hover {
      text-decoration: none;
      color:#000;
  }

.small {
    font-size:x-small;
    position:relative;
    top: -30px;
}

input {
    background:transparent;
}
  
  
  
  
  
  
 
  
  #movieImg {
      width: 200px;
  }

  
  
 #title, #searchTitle, #removeTitle, #searchText {
     height:40px;
     font-size:large;
     text-align:center;
     color:#000;
     font-weight:bold;
     border:none;
 }
#title, #searchTitle, #removeTitle, #searchText {
     width:80%;
     border-bottom: 2px #000 dotted;
 }
 
 #submit {
     width:20%;
     color:#1b42ac;
     background:#fff;
     font-family: 'Oswald', sans-serif;
     font-size:medium;
     padding: 10px;
     margin-bottom:15px;
     border: solid 1px #1b42ac;
 }
 
 #search, #select, #searchRemove, #remove {
     width: 40%;
     padding: 10px;
    color:#1b42ac;
     background:#fff;
     font-family: 'Oswald', sans-serif;
     font-size:medium;
     margin-bottom:15px;
     border: solid 1px #1b42ac;
     
 }
 
 #submit:hover, #search:hover, #select:hover, #searchRemove:hover, #remove:hover {
     background:#1b42ac;
     color:#fff;
 }
 
#searchCollection, #randomMovie, #removeMovie {
        border-top-width: 2px;
      border-top-style: solid;
      border-top-color: #1b42ac;

}

.features {
   margin:10px;
}


.paper {
	background: linear-gradient(#d9eaf3 0%, #fff 8%) 0 4px;
	background-size: 100% 20px;
	min-height: 600px;
	border: 1px solid #666;
	border-radius: 10px;
	box-shadow: 2px 2px 10px #000;
	outline: #EF6F71;
	line-height: 1.5em;
	overflow:auto;
	margin:0.5em;

}

.paper::before {
  content: '';
  position: absolute;
  width: 4px;
  top: 0;
  left: 100px;
  bottom: 0;
  border: 1px solid;
  border-color: transparent #efe4e4;
}

.head {
   background-color: #FFF;
   min-height:75px;
   margin-left: -45px;
   margin-top: -4px;
}

#secretcode {
    
}




