@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap'); 

body {
  background-image: url('charli.gif');
  color: rgba(255, 0, 98, 0.664);
  font-family: 'Press Start 2P', cursive;
  text-align: center;
  font-size: 65px;
}

.centered {
  text-align: left;
  position: relative;
  left: 50%;
}

.asdf {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 30px;
}

a {
  color: #770589;