@import url('https://fonts.googleapis.com/css2?family=Macondo&display=swap');
body
{
  background-color: rgb(0, 0, 0);
  color: rgb(111, 255, 0);
  text-align: center;
  cursor: url('New\ Piskel.png'),auto;
  font-family: "Macondo", cursive;
  font-weight: 700;
  font-style: normal;
  font-size: larger;
  accent-color: yellow;
  
}
img{
    border-radius: 20%;
}
video{
      border-radius: 35%;

}