@font-face{
    font-family: CaskaydiaCoveNerdFont;
    src: url(CaskaydiaCove-Regular.ttf);
}

body{
    font-size: 2rem;
    overflow: hidden;
    background:#000000;
}

#myText {
    font-family:CaskaydiaCoveNerdFont;
    color:white;
    position: absolute;
    left: 0;
    right: 0;
    margin-inline: auto;
    width:fit-content;
    white-space: nowrap;
    z-index: 2;
    text-justify: center;
    bottom: 70vh;
}

button, input[type="submit"], input[type="reset"] {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

form,button{
    position:absolute;
    left: 0;
    bottom:40vh !important;
    right: 0;
    margin-inline: auto;
    width: fit-content;
    color:#aa9865;
    border: 1px solid #aa9865;
    padding: 5px;
    border-radius: 5px;
    font-size: .8rem;
}


.next a{
    color:white;
}