@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{
    font-family: 'YUniverse-B';
}

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

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

img{
    display: block;
    margin: auto;
}

.left-dot{
   display: block; margin: auto;
    width: 40px; height: 40px;
    /*transform: translate(-120%,-900%);*/
    background-color: none;
    border: 1.5px solid black;
    border-radius: 50%;
    margin-bottom: 50px; float: left; 
}

.dot{
    display: block; margin: auto;
    width: 40px; height: 40px;
    /*transform: translate(-120%,-900%);*/
    background-color: none;
    border: 1.5px solid black;
    border-radius: 50%;
    margin-bottom: 100px; 
}

.full-screen{
    widows: 100%;
    height: 700vh;
    background-color: black;
}

.text1{
    color: whitesmoke;
    font-size: 17px;
    display: block; margin: auto;
    text-align: center; text-decoration-line: underline;
    background-color: whitesmoke; width: 80px; border-radius: 50%;
}

.text{
    color: whitesmoke;
    font-size: 20px;
    float: left; margin-left: 10px;
    border: 1.5px solid whitesmoke; border-radius: 50%;
}