body {
	margin: 0px;
	padding: 0px;
	cursor: none;
	align-content: center;
	width: 100vw;
	height: 100vh;
    position: relative;
	overflow: hidden;
    font-size: 16px;
}

#backdrop {
	position: absolute;
    z-index: 1;
    background-color: white;
	top: 0px;
	left: 0px;
    width: 100%;
    height: 100%;
}

#switchlayer {
    position: absolute;
    z-index: 3;
	top: 0px;
	left: 0px;
    width: 100%;
    height: 100%;
    pointer-events: transparent;
}

#backframe
#switchframe {
    width: 100%;
    height: 100%;
    position: relative;
    pointer-events: inherit;
}

.title-img {
    /*background-image: url('./warp_g/tunnel.jpeg');
    background-size: cover;*/
    position: absolute;
    top: 50%;
    left: 50%;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 20px 20px black inset;
    overflow: hidden;
}

.video-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-container video {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
  }

#svg {
	position: absolute;
    z-index: 2;
	top: 0px;
	left: 0px;
    /*display: none;*/
}

h1 {
    font: Louis;
    font-size: larger;
    color: white;
}

.proj-img {
    margin: 0;
    position: absolute;
    background-size: cover;
    background-position: center; 
    width: 280px;
    height: 280px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 10px 10px black inset;
}

.proj-switch {
    margin: 0;
    position: absolute;
    cursor: none;
    width: 280px;
    height: 280px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    pointer-events: all;
}

.proj-switch a {
    display: block; /* Makes the link behave like a block element */
    width: 100%;    /* Ensures it fills the button's width */
    height: 100%;   /* Ensures it fills the button's height */
    color: inherit; /* Inherits the button text color */
    cursor: none;
  }

#console {
	font-size: 1em;
	color: yellow;
	position: absolute;
	right: 100px;
	bottom: -20px;
}
