body{
    background: rgb(177, 240, 247);
    margin: 0;
}
header {
    background-color: rgb(150, 148, 255);
    padding: 30px;
    text-align: center;
    color: white;
  }


  .button5 {
    background-color:  rgb(108, 34, 166);
    color: black;
    border: 4px solid rgb(59, 3, 45);
  }
  
  .button5:hover {
    background-color: #e91212;
    color: rgb(0, 255, 221);
  }
  .button {
    border: none;
    color: black;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
  }
 
  
  img {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    width: 550px;
  }

  div {
    display: flex;
    justify-content: center;
  }
  body {
    background-color: lightgrey;
    color: rgb(255, 0, 64);
  }
  
  h1 {
    background-color: black;
    color: white;
  }
  
  div {
    background-color: blue;
    color: white;
  }
  h1 {text-align: center;}
p {text-align: center;}
div {text-align: center;}
p {
  text-indent: 80px;
}
.p1 {
  font-family: "Times New Roman", Times, serif;
}

.p2 {
  font-family: Arial, Helvetica, sans-serif;
}

.p3 {
  font-family: "Lucida Console", "Courier New", monospace;
}
img {
  display: block;
  margin: auto;
}