@font-face {
    font-family: minecraftia;
    font-style: normal;
    font-weight: 400;
    src: local('Minecraftia'),url(https://fonts.cdnfonts.com/s/31977/Minecraftia.woff) format('woff')

}

body {
    cursor: url('./wii-pointer.cur') 16 16, auto !important;
}

.backgroundvid {
    bottom: 0;
    height: 100vh;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: -1;
    display: none; 
}

.wrapper {
    bottom: 0;
    height: 100vh;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: 1;
    display: none;
}

.title {
    height: 50vh;
    top:1px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.big-title {
    font-family: 'Courier New', Courier, monospace;
    color: white;
    font-size: 64px;
    text-align: center;
    backdrop-filter: blur(32px);
    -webkit-backdrop-filter: blur(15px);
    background-color: rgba(27,27,27,0.05);
    background-image: linear-gradient(25deg, rgba(13, 13, 13, 0.05), rgba(13, 13, 13, 0.05));
    background-origin: border-box;
    border: 0px;
    border-radius: 20px;
    padding: 12px;
    transition: all 0.3s;
}

.options {
    height: 60vh;
    width: 20vw;
    z-index: 2;
    position: relative;
    left: 275px;
    bottom: 150px;
    backdrop-filter: blur(32px);
    -webkit-backdrop-filter: blur(15px);
    background-color: rgba(27,27,27,0.05);
    background-image: linear-gradient(25deg, rgba(13, 13, 13, 0.05), rgba(13, 13, 13, 0.05));
    background-origin: border-box;
    border: 0px;
    border-radius: 20px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}

.options span {
    color:white;
    font-size: 64px;
    margin-bottom: 32px;
    font-family: 'Courier New', Courier, monospace;
    transition: all 0.3s;
}

.options span:hover {
    transform: scale(1.2);
    text-shadow: 0 0 0.40em rgb(190, 190, 190);
    cursor: url('wii-pointer.cur');
}

.piracy_detected {
    bottom: 0;
    height: 100vh;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: 1;
    backdrop-filter: blur(64px);
    background-color: rgba(27,27,27,0.05);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    display:none
}

.piracy_detected span {
    margin-bottom: 64px;
    font-size: 32px;
    color: white;
    font-family: minecraftia;

}

.five {
    font-size: 22px!important;
}