<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    color: #917e66;
}

body {
  margin: 0;
  background-color: black;
  /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
  font-family: 'PT Sans Narrow', sans-serif;
}

img.portfolio {
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
}

div.pagefit {
  height: 100vh;
}

a {
    text-decoration: initial;
    color: #917e66;
}

div.header {
  text-align: center;
  color: white;
  height: 100px;
}

a.title {
  line-height: 3.6rem;
  font-size: 2.7rem;
  color: #917e66;
  letter-spacing: 4px;
}

h2.menu {
  font-size: 1.2rem;
  letter-spacing: 5px;
  margin: 0px;
  font-weight: 400;
}

h2.menu &gt; a.selected {
  color: #705454;
  font-weight: 700;
}


#header {
  height: 50px;
  background: red;
}

#main {
  display: table;
  width: 100%;
  height: 100%;
}

img.about {
  width: 200px;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

div.copyright {
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 1rem;
    bottom: 0.4rem;
    color: #513e33;
}

</pre></body></html>