@font-face {
  font-family: 'Type Machine';
  src: url('tm.ttf') format('woff2');
}
body{
    font-family: 'Type Machine', sans-serif;
    background-color: #161616;
    color: #cecece;
}
a{
    color: #cecece;
    text-decoration: none;
}
.content{
    width: 45%;
    text-align: left;
    width: 50%;
    margin: 0 auto;
    font-size: 70%;
}
