*{
    font-family: 'Merienda', cursive;
    margin: 0;
    padding: 0;
}

/* navbar*/
.navim{
    height: 150px;
  }
  
  .bgs{
    background-color: #03224c;
  }
  #mainNavigation {
    font-size: 20px;
    letter-spacing: 2px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
  }
  
  .dropdown-menu {
    background:rgb(165, 255, 255);
  }
  
  .dropdown-toggle {
    color:#dfdfdf !important
  }
  
  .dropdown-item:hover {
    color:#03727d !important
  }
  
  .nav-item {
    color:#dfdfdf;
  }
  
  .nav-item:hover {
    color:aqua;
  }
  
  .nav-item{
    min-width:12vw;
  }
  
  #mainNavigation {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:123;
    padding-bottom:40px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
  }
  
  #navbarNavDropdown.collapsing ,
  #navbarNavDropdown.show {
    background:rgba(3, 34, 76, 0.4);
    padding:12px;
  }
  






.background {
    background-color: rgb(184, 184, 184);
    margin-left: 10%;
    margin-right: 10%;
    padding-bottom: 10px;
}

h1 {
    text-align: center;
}

h3{
  font-size: 15px;
}

.p {
    text-align: center;
}
/*** QUESTION 1****/
.question1 {
    border: 1px solid rgb(248, 2, 215);
    width:500px;
    box-shadow: 5px 5px 5px rgb(3, 3, 3);
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 20px;
    background-color: white;
    padding-bottom: 20px;
    padding-left: 10px; 
}

/*** QUESTION 2****/
.question2 {
    border: 1px solid rgb(248, 2, 215);
    width:500px;
    box-shadow: 5px 5px 5px rgb(3, 3, 3);
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 20px;
    background-color: white;
    padding-bottom: 20px;
    padding-left: 10px;
}

/*** QUESTION 3****/
.question3 {
    border: 1px solid rgb(248, 2, 215);
    width:500px;
    box-shadow: 5px 5px 5px rgb(3, 3, 3);
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 20px;
    background-color: white;
    padding-bottom: 20px;
    padding-left: 10px;
}

/*** QUESTION 4****/
.question4 {
    border: 1px solid rgb(248, 2, 215);
    width:500px;
    box-shadow: 5px 5px 5px rgb(3, 3, 3);
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 20px;
    background-color: white;
    padding-bottom: 20px;
    padding-left: 10px;
}

/*** QUESTION 5****/
.question5 {
    border: 1px solid rgb(248, 2, 215);
    box-shadow: 5px 5px 5px rgb(3, 3, 3);
    width:500px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 30px;
    background-color: white;
    padding-bottom: 5px;
    padding-left: 10px;
}

.button{
    margin-top: 5px;
    text-align: center;
    padding-bottom: 20px;
}



