body,
html {
    font-family: 'Trebuchet MS', sans-serif;
    cursor: url(mouse.cur), pointer;
    overflow-y: hidden;
    overflow-x: hidden;
}

#enterSite {
    position: fixed;
    padding: 43px;
    margin: -43px;
    background-color: rgba(0, 0, 0);
    z-index: -10;
    width: 100%;
    height: 100%;
    z-index: 200;
}


#enterSite button {
    position: fixed;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    font-family: 'Trebuchet MS', sans-serif;
    font-weight: 200;
    color: pink;
    font-size: 48px;
    letter-spacing: 4px;
    padding-top: 4px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 4px;
    transition: 0.4s;
    box-shadow: 0px 0px 0px rgba(255, 139, 220, 0.2);
    background-color: transparent;
    border: 3px solid pink;
    cursor: url(mouse.cur), pointer;
}

#enterSite button:hover {
    background-color: rgba(255, 139, 220, 0.2);
    box-shadow: 0px 0px 200px pink;
    transition: 0.4s;
}

#video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 1;
}

#video-background {
    /*  making the video fullscreen  */
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
}