body{
    background-color: black;
    
     
}
.wrapper{
     position: fixed;
     right:50%;
bottom:50%;
  z-index: 999;
    display: flex;
    text-align: justify;
}
.dont {
    position: fixed;
    display: flex;
    right:0;
bottom:0;
}
.dont p{
  color:black;
    right:0;
}

a{
  text-decoration: none;
  color:white;
  text-align-last: center;
  font-size:larger
}