* {  padding: 0; }

html, body {
  height: 100%;
  
  display: flex;
  flex-direction: column;
}

body > * {
  flex-shrink: 0;
}

.template-linksindividualpage {
    background-color: #eeeeee;
    flex-grow: 1;
}

.links-content {
    display: flex;
    flex-grow: 1;
    flex-direction: column;

}

.links-container {
    display:flex;
    flex-direction: column;
    justify-content: space-around;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

.link-button {
    background-color: black;
    color: white;
    padding: 1em;
    border-radius: 3em;
    text-decoration: none;
    text-align: center;
    font-size: x-large;
    flex: flex-grow;
    margin: 0.5em;
}

.portrait {
    text-align: center;
    margin-top: 3%;
}

.bio {
    text-align: center;
}