@font-face {
    font-family: 'YUniverse-B';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_yuniverse@1.0/YUniverse-B.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


body {
	background-color: black;
	font-family: 'YUniverse-B';
}

.return{
	border: 1px solid whitesmoke;
	border-radius: 60%;
}

a{
	color: ghostwhite;
	text-decoration-line: none;
}

.triangle{
	width: 0px;
	height: 0px;
	border-left: 280px solid whitesmoke;
	border-top: 100px solid transparent;
	border-bottom: 100px solid transparent;
	left: 45%; top: 35%;
	position: absolute;

}