@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;
}

a{
	text-decoration-line: none;
	color: black;
	font-family: 'YUniverse-B';
}

img{
	display: block;
	margin: auto;
	margin-bottom: 200px;
}

.return{
	border: 1px solid black;
	border-radius: 50%;
}

.dot{
    width: 80px; height: 80px;
    /*transform: translate(-120%,-900%);*/
    background-color: none;
    border: 1.5px solid black;
    border-radius: 50%;
    margin-bottom: 20px;
    position: fixed; 
}

.dottwo{
    width: 80px; height: 80px;
    background-color: black;
    border: 1.5px solid whitesmoke;
    transform: translate(0,800%);
    border-radius: 50%;
    margin-bottom: 20px;
    position: fixed; left: 95%;
}