html {
    height: 100%;
    cursor: url(/olderposts/besideyou/imgs/cursor.png), default;
}

body {
    background-image: linear-gradient(to bottom right, #e9a5a5, #b8c1c0, #65c0e0, #aea2db, #81c1d9);
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: white;
    font-family: "Crimson Text", serif;
    font-weight: 400;
    font-style: normal;
}

.main {
    text-align: center;
    border-color: white;
    border-width: 3px;
    border-style: double;
    margin: auto;
    width: 600px;
    background-color: #00000060;
}


.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: "Creepster", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: larger;
}

h1 {
    text-decoration: underline;
    color: white
}
a {
    color: white
}

h2 {
    margin-top: 50px;
    font-size: 40pt;
}

.menu {
    align-items: center;
    text-align: center;
    align-self: center;
    margin-bottom: 50px;
    border-color: white;
    border-width: 1px;
    border-style: solid;
    padding: 10px;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}


.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 {
    height: 100px;
    text-align: left;
    font-size:xx-large;
    background-size: cover;
    background-repeat: no-repeat;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
}

.option-more {
    border-color: white;
    border-width: 3px;
    border-style: double;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.option-div {
    border-color: white;
    border-width: 3px;
    border-style: double;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}


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;
      }

    