* {
    color: rgb(252, 244, 234);
}

body {
    background-color: black;
    overflow: hidden;
    z-index: -1;
}

.text {
    font-family: "ironstrike";
    font-size: 2vh;
    grid-column: 2/3;
    grid-row: 2/6;
    line-height: 1.5;
    margin-bottom: 0%;
    text-align: center;
    white-space: pre-line;
    z-index: 1;
    position: relative;
    top: -5vh;
}

#centerTitle {
    font-family: "ironstrike-stencil";
    font-size: 12vh;
    margin-top: 8vh;
    margin-bottom: 12vh;
    text-align: top;
    z-index: 1;
}

.button-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3vh;
}

.instagram-buttons {
    display: flex;
    flex-direction: row;
    gap: 5vh;
    justify-content: center;
}

#button {
    font-family: "ironstrike";
    background-color: rgb(13, 13, 13);
    border: 0.05vh solid rgb(252, 244, 234);
    border-radius: 10px;
    color: rgb(252, 244, 234);
    font-size: 2vh;
    height: 6vh;
    width: 35vh;
}

#instagramButton1,
#instagramButton2 {
    font-family: "ironstrike";
    background-color: rgb(13, 13, 13);
    border: 0.05vh solid rgb(252, 244, 234);
    border-radius: 10px;
    color: rgb(252, 244, 234);
    font-size: 1.5vh;
    height: 6vh;
    width: 15vh;
    margin-top: 4vh;
}

#button:hover,
#instagramButton1:hover,
#instagramButton2:hover {
    background-color: rgb(252, 244, 234);
    color: rgb(13, 13, 13);
}

a {
    color: rgb(252, 244, 234);
    display: inline-block;
    position: relative;
}

a::after {
    background: rgb(252, 244, 234);
}

.contactLink {
    font-family: "ironstrike";
    font-size: 1.5vh;
    font-weight: bold;
    position: fixed;
    background-color: rgb(252, 244, 234);
    color: black;
    padding: 0.5vh 1vh;
    border-radius: 5px;
    bottom: 8vh;
}

.inner-cursor {
    background-color: rgb(252, 244, 234);
}

.outer-cursor {
    border: 1px solid rgb(252, 244, 234);
}

@media (max-width: 768px) {
    #button {
        margin-top: 20%;
    }
}
