@import url("../NavBar.css");

body {
  background-color: #0c003b;
  margin: 0;
}

p {
  text-align: center;
  font-family: Tahoma;
}

.title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  margin-bottom: 50px;
}

.title > p {
  color: white;
  font-size: 24px;
  width: 50%;
}

.title > a {
  color: white;
  text-decoration: none;
  font-size: 40px;
  background-color: #fc7600;
  border: solid 3px #cc6000;
  border-radius: 50px;
  padding: 20px 50px 20px 50px;
}

.title > a:hover{
  background-color: #ffa200;
}

.Gallery {
  columns: 5 200px;
  column-gap: 1.5rem;
  width: 90%;
  margin: 0 auto;
}

.Gallery > div {
  background-color: #cccccc;
  width: 150px;
  margin: 0 1.5rem 1.5rem 0;
  display: inline-block;
  width: 100%;
  border: solid 2px #ffa600;
  padding: 5px;
}

.galleryItem {
  width: 100%;
}

#ProjectTitle {
  width: 50%
}
