* {
    color: rgb(252, 244, 234);
}

body {
    background-color: black;
    overflow: hidden;
    z-index: -1;
}

a {
    color: rgb(252, 244, 234);
}

a::after {
    background: rgb(252, 244, 234);
}


.center h1 a {
    font-family: "ironstrike-stencil", sans-serif;
    font-size: 9.5vh;
    font-weight: 900;
    font-style: italic;
    color: rgb(252, 244, 234, 0.6);
    text-decoration: none;
    -webkit-transition: color 0.5s ease, font-size 0.5s ease, line-height 0.5s ease;
    -o-transition: color 0.5s ease, font-size 0.5s ease, line-height 0.5s ease;
    transition: color 0.5s ease, font-size 0.5s ease, line-height 0.5s ease;
    margin: 0%;
    padding: 0%;
    line-height: 1.5;

}

.center h1 a:hover {
    color: rgba(252, 244, 234, 1);
    font-size: 11.5vh;
    line-height: 1;
}

.center h1 a:hover::after {
    content: none;
}

.center h2 a:hover::after {
    content: none;
}

.worksLink,
.aboutLink,
.indexLink,
.contactLink {
    font-family: "ironstrike";
    font-size: 1.75vh;
    font-weight: 300;
    color: rgb(252, 244, 234);
    text-decoration: none;
    opacity: 1;
}

.worksLink {
    font-family: "ironstrike";
    font-size: 1.5vh;
    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: rgb(252, 244, 234);
    color: black;
    padding: 0.5vh 1vh;
    border-radius: 5px;
}

.aboutLink {
    right: 3vh;
}

.contactLink {
    bottom: 8vh;
}

@media (max-width: 768px) {
    .center h1 a {
        font-size: 5vh;
    }

    .center h1 a:hover {
        font-size: 7vh;

    }

    .worksLink,
    .aboutLink,
    .indexLink,
    .contactLink {
        font-size: 1.3vh;
        letter-spacing: 0.2vh;
    }
}

@media (max-width: 480px) {
    .center h1 a {
        font-size: 3.5vh;
    }

    .worksLink,
    .aboutLink,
    .indexLink,
    .contactLink {
        font-size: 1.2vh;
    }
}

.inner-cursor {
    background-color: rgb(252, 244, 234);
}

.outer-cursor {
    border: 0.05vh solid rgb(252, 244, 234);
}