body {
  font-family: 'Roboto Condensed';
  text-transform: uppercase;
  /*background-image: url("images/bg.png");
  background-repeat: no-repeat;
  background-size: cover;*/

}

h1 {
  font-family: 'tfb';
  font-size: 40px;
}

h2 {
  font-family: 'tfb';
  font-size: 34px;
}

h3 {
  font-family: 'tfb';
  font-size: 30px;
}

h4 {
  font-size: 15px;
}

p {
  font-size: 12px;
}

@font-face {
    font-family: 'tfb';
    src: url('font/tfb_font-webfont.woff2') format('woff2'),
         url('font/tfb_font-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

a {
  font-size: 12px;
}

a:link, a:visited {
  color: #628dc0;
  text-decoration: none;
}

a:hover {
  color: #e1d3e5;
}

.right {
  width: 500px;
  height: auto;
  position: fixed;
  right: 100px;
  top: 70px;
  }

.right img {
  width: 300px;
  padding-bottom: 10px;
  float: right;
}

.title {
  float: right;
  text-align: right;
  padding: 20px;
  line-height: .7em;
}

.audioplayer {
  float: right;
  padding: 20px;
  width: 300px;
  text-align: right;
}

.left {
  width: 500px;
  float: left;
  margin-left: 100px;
  margin-top: 70px;
  top: 200px;
  }

.left .lyrics {
  margin-bottom: 20px;
}

.left img {
  width: 200px;
}
