.page-content-container.index-page {
    height: calc(100vh - 72px);
}

.page-content-item.index-page {
    height: 100%;
}

.page-content-block.index-page {
    height: 100%;
}

#retro-wave-image-container {
    width: auto;
    height: auto;
    overflow: hidden;
    border-radius: 50%;
}

#short-bio-box {
    width: 60%;
    height: auto;
    background-color: #343442;
}

#short-bio-header {
    width: 100%;
    height: 72px;
    background-color: #343442;
    text-align: center;
    line-height: 72px;
    color: #C8C8C8;
    font-size: 45px;
}

#short-bio-body {
    width: 100%;
    height: auto;
    background-color: #343442;
    color: #C8C8C8;
    text-align: justify;
}
