main{
  height: 100vh;
}

h2{
  font-size: 2rem;
  font-weight: 900;
  color: #404654;
  text-align: center;
  margin: 25px;
}

#project-detail{
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#project-detail-container{
  max-width: 1200px;
}

#project-detail-title{
  display:grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.project-detail-info{
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 20px;
}

.github{
  text-decoration: none;
  font-weight: 800;
  color: #40465457;
}

.github:hover,
.github:active{
  color:#5AB2FF;
}

.tag-container{
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
}

.tag{
  margin: 5px 2.5px;
}

.upload-info{
  text-align: right;
  font-weight: 800;
  color: #40465457;
}

.content{
  margin: 50px 0 !important;
  padding: 0!important;
  width: 100% !important;
}

.card-content{
  padding: 10px;
  min-height: 550px;
}

.github-button-container{
  display: flex;
  justify-content: center;
}