body {
  padding-left: 200px; padding-right: 200px;
  background-color: white;
  color: dodgerblue;
  font-family: Verdana;
  z-index: 1;

}
 
a{
  color:dodgerblue;
}
/* navbar margin */
.navbar{
   margin-top: 20px;
}
.selected{
  color: white;
  margin-top: 15px;
  float: right;
  text-align: right;
  margin-left: 20px;
  margin-right: 0;
  text-decoration: none;
  font-family: 'Copperplate';
  font-size: 30px;
}
/* navbar buttons */
.navbutton{
  margin-top: 15px;
  float: right;
  text-align: right;
  margin-left: 20px;
  margin-right: 0;
  color: dodgerblue;
  text-decoration: none;
  font-family: 'Copperplate';
  font-size: 30px;
  
}

/* navbar buttons when hovered */
.navbutton:hover{
  margin-top: 15px;
  float: right;
  text-align: right;
  margin-left: 20px;
  margin-right: 0;
  color: blue;
  text-decoration: none;
  font-family: 'Copperplate';
  font-size: 30px;
}

.info-container{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding-top: 30px;
    height: 650px;
    width: 100%;
    overflow: hidden;

}
.concept-container{
    display: grid;
    justify-content: space-between;
    flex-direction: row;
    height: 450px;
    width: 100%;
    grid-template-columns: repeat(2, 1fr); 
    
    
}
#info-poster{
    width: 350px;
    height: auto;
}

.info-text{
    padding-right: 80px;
    flex-wrap: wrap;
    margin-bottom: 50px;
 
}
.title{
    height: 120px;
    padding-top: 30px;
    padding-bottom: 50px;
    display: block; 
    margin: auto;
    text-align: center;
}

.concept-text{
    flex-wrap: wrap;
    margin-bottom: 50px;
    
}








