
body {
    font-family: 'Andale Mono';
    margin: 0 auto;
}

h1{
    font-size: 32pt;
}

h3{
    font-style:italic;
    font-size: 16pt;
}

.sigil {
    width: 200px;
    height: auto;
    margin: 0 auto;
}

.fancy{
    width: 80%;
    height: auto;
    margin: 0 auto;
}
.thumb{
  width: 200px;
  height: auto;
}

.first-bar{
    position: fixed;
    padding: 1%;
    left: 0;
    height: 100%;
    width: 18%;
    border-right: 1pt black solid;
    text-align: center;
}

.second-bar{
    position: fixed;
    padding: 1%;
    left: 20%;
    height: 100%;
    width: 8%;
    border-right: 1pt black solid;
    text-align: right;
}

.display{
    position: absolute;
    padding: 0 5% 5% 5%;
    height:100%;
    width: 65%;
    left: 30%;
}

@font-face {
  src: url('andale-mono.ttf') format('truetype');
  font-family: 'Andale';
  font-weight: 400;
  font-style: normal;
}

img{
    width: 500px;
    height: auto;
}

p{
    width: 500px;
}