@font-face {
  font-family: 'Meslo';
  src: url('MesloLGLDZNerdFont-Regular.ttf');
  font-style: normal;
}

div.title {
}

.background {
}

.background:before {
    content: "";
    background-image: url("bg.gif");
    position: absolute;
    background-size: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.09;
}

div.body {
    font-size: 2em;
    text-align: center;
    color: black;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

h1 {
    font: 4em "Meslo", monospace;
    position: relative;
}

p.subtitle {
    font: 0.6em "Meslo", monospace;
    position: relative;
    bottom: 8.2em;
    right: -4.2em;
    text-align: right;
    display: inline-block;
}

div.container {
    text-align: center;
}

ul.list {
    font: 0.8em "Meslo", monospace;
    display: inline-block;
    text-align: left;
    line-height: 1.6em;
}

a.mailto {
    margin: 2em;
    font: 1.3em "Meslo", monospace;
    color: black;
    display: inline-block;
    text-decoration: none;
}

a.mailto:hover {
    text-decoration: underline;
}


