body {
    display: block;
    color: black;
    overflow-y: auto;
}

.title-name, .description-body, .name {
    color: black !important;
}

.privacy-content {
    padding-top: 5vh;
    padding-bottom: 50px;
}

.back-button, .home-button {
    display: block;
    position: fixed;
    top: 1.75vw;
    z-index: 1000;
    opacity: 0.5;
    padding: 5px;
    background: transparent;
    -moz-transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    transition: all 0.25s ease;
}

.back-button {
    left: 1.75vw;
    width: 3vw;
    height: 3vw;
    min-width: 50px;
    min-height: 50px;
    border-radius: 50%;
    border: 2px solid #CCCCCC;
}

.home-button {
    right: 1.75vw;
    width: 5vw;
    height: 5vw;
    border-radius: 1em;
}

.back-button a, .home-button a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.back-button img, .home-button img {
    width: 100%;
    height: 100%;
    display: block;
}

.back-button:hover {
    opacity: 1.0;
    background: #ff6700;
    cursor: pointer;
}

.home-button:hover {
    transform: rotate(180deg);
}

.project-section {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 2em;
    margin-bottom: 2em;
}

h2 {
    font-family: 'ostrich_sansmedium';
    font-size: 2.5em;
    color: #ff6700;
    margin-bottom: 0.5em;
}
