body {
    overflow: hidden;
    padding: 0 4.48%;
}

.indexLink,
.worksLink a,
.aboutLink a,
.contactLink a {
    font-size: 2vh !important;
}

h2 {
    font-size: 3.5vh;
    line-height: 1;
    margin-top: 6vh;
}

.svg-container {
    display: contents;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    position: relative;
}

.center-svg {
    width: 25%;
    height: auto;
    max-height: 300px;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.hover-svg {
    display: none;
    position: absolute;
}

.svg-container:hover #default-svg {
    display: none;
}

.svg-container:hover .hover-svg {
    display: block;
}

#mainContainer {
    width: 100%;
}

.indexLink {
    left: 12vh;
    bottom: 29vh;
    font-family: "ironstrike";
    font-weight: bold;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    letter-spacing: 0.3vh;
    line-height: 1.5;
    position: fixed;
    background-color: black;
    color: rgb(252, 244, 234);
    padding: 0.5vh 1vh;
    border-radius: 5px;
}

