p{ 
    font-size: 20px;
    font-style: inherit;
    font-family: 'Courier New', Courier, monospace;
    padding: 0;
    margin: 0;
    margin-bottom: 1em;
    text-rendering: optimizeLegibility;
    color: rgb(120, 0, 189)
}

body{ 
    background-color: rgb(255, 255, 255);
    padding-top: 5%;
    padding-left: 25%;
    padding-right: 25%;
    padding-bottom: 15%;
}
h1{ 
    font-size: 20px;
    font-style: inherit;
    font-family: 'Courier New', Courier, monospace;
    color: rgb(120, 0, 189);
    text-rendering: optimizeLegibility;
    padding: 0;
    margin: 0;
}
h2{
    font-size: 20px;
    font-style: inherit;
    font-family: 'Courier New', Courier, monospace;
    color: rgb(120, 0, 189);
}
h3{ 
    font-size: 20px;
    font-style: inherit;
    font-family: 'Courier New', Courier, monospace;
    color: rgb(120, 0, 189);
}
img{
    padding-left: 45%;
    padding-bottom: 5%;
}
a:link {
    color: rgb(27, 14, 59);
    background-color: transparent;
    text-decoration: none;
  }
  
  a:visited {
    color: rgb(4, 144, 238);
    background-color: transparent;
    text-decoration: none;
  }
  
  a:hover {
    color: rgb(210, 110, 219);
    background-color: transparent;
    text-decoration: underline;
  }
  
  a:active {
    color: yellow;
    background-color: transparent;
    text-decoration: underline;
  }
