body {
	background-attachment: fixed;
  background-image: url('../imgs/dot.png'),
                    url('../imgs/picard-facepalm2.jpg');
	background-position: 50% 50%;
	background-size: auto, cover;
  font-size: 100%;
}

@font-face {
    font-family: 'tt0106m0';
    src: url('../fonts/tt0106m0.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

h1 {
  background: rgba(155, 152, 254,.75);
  bottom: 50px;
  color: #000;
  font: 3em/1 tt0106m0, sans-serif;
  right: 0;
  padding: .3em 1em .3em 1em;
  position: absolute;
  border-radius: 15px 0 0 15px; 
}

h2 {
  background: rgba(223, 97, 109,.75);
  top: 50px;
  color: #000;
  font: 3em/1 tt0106m0, sans-serif;
  left: 0;
  padding: .3em 1em .3em 1em;
  position: absolute;
  border-radius: 0 15px 15px 0; 
}