html,
body {
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
    margin: 0%;
    font-family: 'Open Sans', Segoe UI;
}

@keyframes glitch {
	0% {
		color: aliceblue;
	}
	10% {
		color: red;
	}
	20% {
		color: aliceblue;
    }
    30% {
		color: greenyellow;
	}
    40% {
		color: aliceblue;
	}
    50% {
		color: cyan;
	}
    60% {
		color: aliceblue;
	}
    70% {
		color: hotpink;
	}
    80% {
		color: aliceblue;
	}
    90% {
		color: black;
	}
    100% {
		color: aliceblue;
	}

}


.selector {
    margin: 0%;
    height: 100%;
    width: 100%;
    display: flex;
}

.a {
    background-color: #ff4800;
    background-image: url("https://media.smultar.com/img/prometheus.png");
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    display: block;
    justify-content: center;
    align-content: center;
    color: aliceblue;
    transition: all ease 0.7s;
}

.a:hover {
    width: 125%;
    transition: all ease 0.7s;
}

.a:active {
    width: 400%;
}

.b {
    background-color: rgb(216, 11, 11);
    background-image: url("https://media.smultar.com/img/comissiant.png");
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    display: block;
    justify-content: center;
    align-content: center;
    color: aliceblue;
    transition: all ease 0.7s;
}

.b:hover {
    width: 125%;
    transition: all ease 0.7s;
}

.b:active {
    width: 400%;
}

.c {
    background-color: rgb(216, 11, 11);
    background-image: url("https://s3.us-east-2.amazonaws.com/media.smultar.com/dump/glitch.png");
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    display: block;
    justify-content: center;
    align-content: center;
    color: aliceblue;
    transition: all ease 0.7s;
}

.c:hover {
    width: 125%;
    transition: all ease 0.7s;
}

.c:active {
    width: 400%;
}

.d {
    background-color: rgb(216, 11, 11);
    background-image: url("https://s3.us-east-2.amazonaws.com/media.smultar.com/dump/Great+Empires+Fall.png");
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    display: block;
    justify-content: center;
    align-content: center;
    color: aliceblue;
    transition: all ease 0.7s;
}

.d:hover {
    width: 125%;
    transition: all ease 0.7s;
}

.d:active {
    width: 400%;
}


.title {
    font-weight: bold;
    font-size: 2vw;
    letter-spacing: 0.2vw;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}

.sub-title {
    font-weight: 200;
    font-size: 1vw;
    letter-spacing: 0.2vw;
    margin: 0;
    text-transform: uppercase;
    font-style: italic;
    text-align: center;
}

#a {
    font-weight: 200;
    font-size: 0.5vw;
    letter-spacing: 0.2vw;
    margin: 0;
    text-transform: uppercase;
    font-style: italic;
    text-align: center;
    margin-top: -50%;
}

#b {
    font-weight: 200;
    font-size: 0.5vw;
    letter-spacing: 0.2vw;
    margin: 0;
    text-transform: uppercase;
    font-style: italic;
    text-align: center;
    margin-top: -50%;
}

#c {
    font-weight: 200;
    font-size: 0.5vw;
    letter-spacing: 0.2vw;
    margin: 0;
    text-transform: uppercase;
    font-style: italic;
    text-align: center;
    margin-top: -50%;
}

.fill {
    height: 100%;
    width: 100%;
    display: grid;
    justify-content: center;
    align-content: center;
    background-color: rgba(0, 0, 0, 0.9);
    transition: all ease 0.7s;
}

.fill:hover {
    background-color: rgba(0, 0, 0, 0.5);

}

.fill:active {
    background-color: rgba(0, 255, 255, 0.253);
}

.a-fill {
    height: 100%;
    width: 100%;
    display: grid;
    justify-content: center;
    align-content: center;
    background-color: rgba(0, 0, 0, 0.9);
    transition: all ease 0.7s;
}

.a-fill:hover {
    background-color: rgba(0, 0, 0, 0.5);

}

.a-fill:active {
    background-color:#ff480059;
}


.b-fill {
    height: 100%;
    width: 100%;
    display: grid;
    justify-content: center;
    align-content: center;
    background-color: rgba(0, 0, 0, 0.9);
    transition: all ease 0.7s;
}

.b-fill:hover {
    background-color: rgba(0, 0, 0, 0.5);

}

.b-fill:active {
    background-color: rgba(95, 0, 0, 0.582);
}

.c-fill {
    height: 100%;
    width: 100%;
    display: grid;
    justify-content: center;
    align-content: center;
    background-color: rgba(0, 0, 0, 0.9);
    transition: all ease 0.7s;
}

.c-fill:hover {
    background-color: rgba(0, 0, 0, 0.5);

}

.c-fill:active {
    background-color: rgba(95, 0, 0, 0.582);
}


::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #e1e1e1;
    border: 0px none #ffffff;
    border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
}

::-webkit-scrollbar-thumb:active {
    background: #000000;
}

::-webkit-scrollbar-track {
    background: #666666;
    border: 0px none #ffffff;
    border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
    background: #666666;
}

::-webkit-scrollbar-track:active {
    background: #333333;
}

::-webkit-scrollbar-corner {
    background: transparent;
}


/* unvisited link */
a:link {
    color: white !important;
    text-decoration: none !important;
}

/* visited link */
a:visited {
    color: white !important;
    text-decoration: none !important;
}

/* mouse over link */
a:hover {
    color: white !important;
    text-decoration: none !important;
}

/* selected link */
a:active {
    color: white !important;
    text-decoration: none !important;
}