.greeting {
    color: peru;
    margin: 0;
    font-size: 40px;
    font-family:'Times New Roman', Times, serif ;
    text-align: center;

  }

h1 {
    color: black;
    margin: 0;
    font-size: 70px;
    font-family:'Times New Roman', Times, serif ;
    text-align: center;
  }

body {
    background-color: azure;
    text-align: left;
    font-size: 20px;
  }

.mylink {
    color: blue;
    text-align: left;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
  }  