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

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

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

.title{
    text-align: right;
    margin: 14%;
}

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

.text{
    margin: 14%;
    line-height: 160%;

}