
/**********************
 *
 * PAGE SPECIFIC CSS
 *
 **********************/

#app {
  display: flex;
  flex-grow: 3;
  flex-shrink: 3;
  padding: 3% 0;
  flex-direction: column;
  align-items: center;
  min-width: 250px;
  height: 75%;
}

.projectsMain {
  text-align: center;
  width: 60%;
}

.project_link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 10px;
  padding: 5px;
  border-radius: 20px;
  height: 50px;
  border: 1px solid #cccccc;
  color: #cccccc;
  text-decoration: none;
}

.project_link:hover {
  color: rgb(102, 153, 255);
  border: 1px solid rgb(102, 153, 255);
  cursor: pointer;
}
