@font-face {
    font-family: 'excelorateregular';
    src: url('https://007400.xyz/assets/excelorate-font-webfont.woff2') format('woff2'),
        url('https://007400.xyz/assets/excelorate-font-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    margin: 0;
    overflow-y: hidden; /* Hide vertical scrollbar */
    overflow-x: hidden; /* Hide horizontal scrollbar */
    user-select: none;
    user-zoom: none;

}

* {
    cursor: url('https://tobiasahlin.com/static/cursors/default.png'), auto;
  }

#overlay {
    display: table-cell;
    height: 100%;
    width: 100%;
    position: fixed; /* Stay in place */
    background-color: rgb(208, 208, 208); /* Black fallback color */
    color: white;
    transition: opacity 1500ms;
    margin: 0;
    padding: 0;
    font-size: 2em;
    z-index: 10;
    text-align: center;
    vertical-align: middle;
}

#entertext {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    font-family: 'excelorateregular', sans-serif;
    margin: 0;
    padding: 0;
}

.hidden {
    opacity: 0;
}

#video-background {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

#titlecard {
    position: absolute;
    object-position: center center;
    background-color: rgba(0, 0, 0, 0.451);
    border-radius: 1em;
    padding-right: 50px;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-top: 10px;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    z-index: 5;
    overflow: hidden;
}

h1 {
    text-align: center;
    font-family: 'excelorateregular', Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 40px;
    -webkit-text-stroke: 1px white;
    background-image: linear-gradient(180deg, #A04FCF, #2F004A);
    background-clip: text;
    color: transparent;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.281);
}

h2 {
    text-align: center;
    font-family: 'excelorateregular', Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    -webkit-text-stroke: 1px rgb(0, 0, 0);
    background-image: linear-gradient(180deg, #ffffff, #5c5c5c);
    background-clip: text;
    color: transparent;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.281);
}