body {
  text-align: center;
  font-family: cursive;
  display: flex;
  justify-content: center;
  align-items: center;
  height:vh;
  

  background-image: url("https://media.discordapp.net/attachments/763893492908556328/764620258732408832/2801607_1.jpg?width=1700&height=1140"); 
  background-color: #cccccc; 
  height: 500px; 
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover; 
  height: 600px;
  border-radius: 07%;
  
}

.Pepega {
float: left;
width: 140px;
height: 75px;
position: absolute;
  right:885px;
  top: 525px
  }

  .Run {
  float: Right;
  width: 140px;
  height: 75px;
  position: absolute;
    right:500px;
    top: 525px
  }

  .Stonks {
  float: right;
  width: 140px;
  height: 75px;
  position: absolute;
    left:900px;
    bottom: 650px
  }
  .Twitch {  
  float: left;
  width: 75px;
  height: 100px;
  position: absolute;
    left:500px;
    bottom: 650px
  }

.img-circle {
    border-radius: 50%;
}


