.flex-wrapper {
  display: flex;
  flex-direction: row;
  margin-bottom: auto;
  margin-top: 10px;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
  text-align: center;
  flex-wrap: nowrap;
}

.flex-wrapper > div {
  border: 3px solid gray;
  border-radius: 30px 30px 30px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
}


.main-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: auto;
  margin-top: auto;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  flex-wrap: wrap;
}

.main-wrapper > div {
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  text-align: center
}

.main-wrapper > p {
  border: 2px solid red;
  border-radius: 10px 10px 10px;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  text-align: center;
  width: auto
}

  img.prof_pic {
    size: 20%
  }

* {
    background-color: black;
    font-family: 'Comic Sans MS', 'Chalkboard SE', 'Comic Neue', sans-serif;
    color: white;
    font-size: 1.4rem
}

p {
    margin-top: 5%;
    background-color: black;
}

.profile {
  width: 100%;
  border-bottom: 1px solid white;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 100%;
  padding-bottom: 10px;
}

.profile_bottom {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 100%;
}

.center {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

form {
  text-align: center;
  margin: 0 auto; 
  margin-left: auto;
  margin-right: auto;
  width: auto
}

footer {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: auto
}

table, td, th {
  border: 1px solid;
  border-collapse: collapse;
  border-color: white;
  font-family: 'Comic Sans MS', 'Chalkboard SE', 'Comic Neue', sans-serif;
  color: white;
  font-size: 1.4rem;
  text-align: center;
  padding: 5px;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

td.avatar, th.avatar {
  padding: 0px;
  width: 10%
}

.center {
  text-align: center;
  padding-bottom: 5px;
}

.center-index {
  text-align: center;
  padding-bottom: 10px;
  line-height: 160%;
  margin-top: 0px;
}

 /* unvisited link */
a.button:link {
  text-decoration: none;
}

/* visited link */
a.button:visited {
  text-decoration: none;
}

/* mouse over link */
a:hover{
  color: gray;
}

a.button:hover{
  text-decoration: none;
}

a.button:hover{
  text-decoration: none;
  color: gray;
}

/* selected link */
a.button:active{
  text-decoration: none;
} 