
.title-space#bottom button {
    width:100px;
    height:100px;
    background-color: transparent;
    border: transparent;
}

.take-away-to-projects:hover {
    filter: invert(34%) sepia(99%) saturate(2647%) hue-rotate(355deg) brightness(100%) contrast(99%);
    transition-property: filter;
    transition-duration: 0s;
    transition-timing-function: linear;
    cursor: pointer;
}
.take-away-to-projects {
    filter: none;
}
.title-space#bottom button > img {
    width: 100%;
    height: auto;
    filter: invert(34%) sepia(99%) saturate(2647%) hue-rotate(355deg) brightness(100%) contrast(99%);
}
.title-space .horizontal-center {
    width:100%;
    height: 100%;
}

.title-space#bottom #scroll-button-vertical-spacer {
    height:55%;
    width:100%;
}