
@font-face {
  font-family: Decoding;
  src: url("ttf.decoding.ttf"); 
}

html, body {
    font-family: Decoding;
    font-size: 20px;
    padding: 0px;
    margin: 0px;
}

#spacing{
    height: 120px;
}

#title {
    height: 95px;
    padding-left: 100px;
    padding-right: 100px;
    line-height: 95px;
    text-align: left;
    font-size: 30px;
    background-color: rgba(255,255,255,0.6);
    position: fixed;
    width: 100%;
}