body {
  margin: 50px;
  font-family: 'Courier New', monospace;
  
  background-image: url(https://i.pinimg.com/736x/c2/18/49/c21849c4f4572a29de826f588d627178.jpg);
  background-size: cover;
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;
  background-color: rgb(255, 252, 201);
  
  h1 {
  font-size: 50px; 
  color: rgb(100,13,130);
  font-weight: bold;
  font-family: 'Showcard Gothic', sans-serif; 
}

#title {
    width: 100%;
    height: 80px;
    margin-bottom: 0px;
    background-image: url('https://64.media.tumblr.com/46c25db0f39fed124f1c1df415a68fa5/ef29add6ddef3423-70/s1280x1920/f9ba950c4cdd3919b70ad81a9675d951091690f0.gif');
  
    background-size: cover;
    background-position: center;
    color: purple;
    text-align: center; 
    display: flex; 
    justify-content: center; 
    align-items: center;
} 

.image{ 
  display: block;
  margin-right: auto;
  width: 600px; 
  height: auto; 
  margin-bottom: 10px; 
} 

p {
  font-size:25px;
  font-weight: bold; 
  font-family: 'Courier New', monospace ;
}

#links {

ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center; 
  gap: 15px;
}

  
li {
  display: inline;
}

.buttons {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}