html {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
body {
    background-color: lightblue;
  }
img {
    width: 400px;
}
a {
    border-left-style: dotted;
    border-bottom-style: dotted;
    border-right-style: dotted;
    border-top-style: dotted;
    border-color: azure;
}
p {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 15px;
    margin-left: 10px;
  }
  h1 {
    text-align: center;
  }
  
  p {
    text-align: center;
  }
  img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
  }
  a {
    text-align: center;
    margin-top: 2250px;
    margin-bottom: 225px;
    margin-right: 225px;
    margin-left: 225px;
  }
