
@font-face {
  font-family: Decoding;
  src: url("ttf.decoding.ttf"); 
}

@font-face {
    font-family: "Make Things Sans";
    src: url("otf.makethingssans.otf");
}

* {
    transition: 0.5s;
}

html, body {
    font-family: "Make Things Sans";
    font-size: 20px;
    padding: 0px;
    margin: 0px;
}

#spacing{
    height: 120px;
}

#title {
    height: 95px;
    padding-left: 120px;
    padding-right: 240px;
    line-height: 95px;
    text-align: left;
    font-size: 30px;
    background-color: rgba(255,255,255,0.6);
    position: fixed;
    width: 100%;
}

#errormsg{
    padding: 5px;
    border: 1px solid red;
    color: red;
    border-radius: 4px;
    margin-bottom: 15px;
}

h1{
    margin-left: 20px;
}