body {
    background-color: #269dc4;
    background-image: url('https://cdn.pixabay.com/animation/2022/11/16/14/56/14-56-49-778_512.gif');
    background-size: cover;
    background-repeat: no-repeat;
    font-family: Verdana, Tahoma, sans-serif;
  }
  
  h1 {
    color: rgb(253, 34, 10);
    text-align: center;
    font-size: 50px;
  }
  
  p {
    color: beige;
    font-size: 20px;
    font-size: 100,0,0;
    text-align: center;
  }

  image{
    justify-content: center;
  }


  .My_button {
    justify-content: center;
    background-color: black;
    color: beige;
  }

  .My_button:visited {
    color: rgb(255, 0, 0);
  }

  a:visited {
    color: rgb(255, 0, 0);
  }


  nav{
    text-align: center;
  }
