/* CSS Document */

body {
  background-color: white;
  }
  
#frame {
    position: absolute;
    top: 5%;
    left: 5%;
    height: 10%;
    width: 40%;
    font-family: Helvetica;
    color: black;
    z-index: 2;
}
  
p {
    margin-bottom: 26px;
  }
  
a:link, a:visited {
    color: black;
    text-decoration: underline;
    font-family: Helvetica;
  }
  
a:hover {
    color: blue;
    text-decoration: underline;
  }
