body {
  background-color: #4751c4;
  max-height: 100vh;
  min-width: 375px;
}

.container {
  display: flex;
  max-width: 98%;
  align-items: center;
  flex-direction: column;
  padding: 1em;
  flex: 1;
}

#main-page {
  background-color: #d68b1b;
  border: 10px solid black;
  border-radius: 30px;
}

.profile {
  margin: 0.5em 0.5em;
  min-width: 0;
  max-width: 400px;
  max-height: 400px;
}

.centering {
  align-items: center;
  justify-content: center;
  display: flex;
}

.text {
  text-align: center;
}
.bio {
  text-align: justify;
  font-size: large;
}
.card-img-top {
  width: 100%;
  height: 40vh;
  object-fit: cover;
  border: none;
}

.card {
  margin: 1rem;
  border-color: black;
  border-radius: 20px;
  width: 90%;
  border-width: 10px;
  overflow: hidden;
  min-width: 300px;
  min-height: 500px;
}

.card-body {
  border-radius: 20px;
}

.nav-item {
  font-size: larger;
}
.text {
  font-size: larger;
}

.cards {
  margin: 1rem;
  padding: 0;
}

a {
  color: rgb(0, 0, 0);
  text-decoration: none; /* no underline */
}
#github-logo-container {
  text-align: right;
  padding-right: 2rem;
  padding-bottom: 0.25rem;
}
.col-1 #github-logo {
  max-width: 50px;
  min-width: 20px;
}

#footer {
  display: flex;
  max-width: 100%;
  justify-content: center;
  text-align: center;
  align-items: center;
  flex-direction: row;
  padding: 1em;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
}

