body {
  padding-left: 200px; padding-right: 200px;
  background-color: white;
  color: white;
  font-family: 'Copperplate';
  font-size: medium;
  z-index: 1;
}
h2{
    color: dodgerblue;
}
p{
    color: white;
}

.navbar{
   margin-top: 20px;
}
.selected{
  margin-top: 15px;
  float: right;
  text-align: right;
  margin-left: 20px;
  margin-right: 0; 
  color: white;
  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;
}

.project{
    width: 270px;
    height: 410px;
}
.project:hover{
    border: 1px solid white;
}


.item{
    line-height : 5px;
    text-align: center;
    padding-top: 30px;  
}
.grid-container{
    justify-content: space-between;
    height: 800px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, 270px);
}