@charset "UTF-8";

body, html {
  height: 100%;
  margin: 0;
  font-family: "PORPORA";
  letter-spacing: 1px;
  background-color: gray;
}


.framed {position: absolute; left: 50px; top: 50px; right: 50px; color: yellow; z-index: 1; text-align: left; max-width: 600px;}
img {width:100%; border: 2px solid;}
a {text-decoration:none; color:black}
a:hover {color: red;} 

hr {border: 1px solid red; width: 100px; margin-left:10px}

@font-face {
  font-family: "PORPORA";
  src: url("Porpora-Regular.woff2") format("woff2"),
       url("Porpora-Regular.woff") format("woff");
}


