body {
    background-color: black;
    color: white;
    font-family: "Crimson Text", serif;
    font-weight: 400;
    font-style: normal;
}

html {
    cursor: url('/imgs/cursor/pointer.png'), default;
}

.main {
    background-color: #000000;
    text-align: center;
    border-color: white;
    border-width: 3px;
    border-style: double;
    margin: auto;
    width: 1000px;
}

.vert {
    /* writing-mode: vertical-rl; */
    /* writing-mode: sideways-lr; */
    margin-left: -54px;
    margin-right: -54px;
    margin-top: 200px;
    transform: rotate(90deg);
    vertical-align:top;
}

.hiddentext {
    color: #010101;
}

.font-change span {
    font-family: "Jacquard 12", system-ui;
    font-weight: 400;
    font-style: normal;
}

.zzz-font span {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1 {
    text-decoration: underline;
    color: white
}
a {
    color: white
}

h2 {
    margin-top: 50px;
    font-size: 40pt;
}


.option-void {
    border-color: white;
    border-width: 3px;
    border-style: double;
    background-image: linear-gradient(to right, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0));
}


.option-void-bg {
    background-image: url(imgs/img7.png);
    background-position: 60px -30px;
}

.option-besideyou {
    border-color: white;
    border-width: 3px;
    border-style: double;
    background-color: #00000060;
}

.option-besideyou-bg {
    background-image: url(imgs/besideyou/bg.png);
}

.option-zzz {
    border-color: #d9fa00;
    border-width: 3px;
    border-style: double;
    background-color: #00000060;
}

.option-zzz-bg {
    background-image: url(imgs/zzz/bg.png);
}

.option-doubleko {
    border-color: white;
    border-width: 3px;
    border-style: double;
    background-color: #00000060;
}

.option-doubleko-bg {
    background-image: url(imgs/doubleko/bg.png);
}


.option-more {
    border-color: white;
    border-width: 3px;
    border-style: double;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}


.menu {
    border-color: white;
    border-width: 1px;
    border-style: solid;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}


.option {
    width: 400px;
    height: 80px;
    border-color: white;
    border-width: 3px;
    border-style: double;
    margin: 3px;
    text-align: left;
    font-size:xx-large;
    align-content: center;
}

.menu > div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    margin-left: 10px;
    margin-right: 10px;
  }

.void {
    background-image: linear-gradient(to right, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0)), url(imgs/menubuttonsbg/void.png);
    background-size: cover;
}

.besideyou {
    background-image: linear-gradient(to right, rgb(172, 164, 220, 40) 20%, rgba(0, 0, 0, 0)), url(imgs/besideyou/bg.png);
    background-size: cover;
}

.zzz {
    background-image: linear-gradient(to right, rgb(237, 115, 6) 40%, rgba(0, 0, 0, 0)), url(imgs/menubuttonsbg/zzz.png);
    background-size: cover;
}
.doubleko {
    background-image: url(imgs/menubuttonsbg/doubleko.png);
    background-size: cover;
}

html::before {
    content: " ";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(rgb(15 18 82 / 48%) 50%, rgb(0 0 0 / 0%) 50%);
    z-index: 2;
    background-size: 100% 2px, 3px 100%;
    pointer-events: none;
}

body{
    animation: float 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    }
    
    @keyframes float {
    0% { transform: translate(0, 0px);
    }
    50% {
    transform: translate(0, 8px);
    }
    100% {
    transform: translate(0, -0px);
    }
    }

    a:link {
        color: white;
        cursor: url('../../imgs/cursor/link.png'), auto;
    }
    
    .linkCursor {
        cursor: url('../../imgs/cursor/link.png'), auto;
    }
    
    a:visited {
        color: white;
        cursor: url('../../imgs/cursor/link.png'), auto;
      }

    