* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    list-style: none;
    background-image: url("/img/profile/bg.png");
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.logo {
    color: white;
    font-size: 8vw;
    margin-left: 2vw;
}
   
.logo  span{
    color:#00b64eff;
}
  
.return {
    position: fixed;  
    top:80%;
    left:45%;
    margin: auto;
    text-align: center;
}
