@font-face {
    font-family: 'yoster'; /*a name to be used later*/
    src: url('yoster.ttf'); /*URL to font*/
}

p {
    font-family: 'yoster';
}

.sit {
    width: 400px;
    bottom: 320px;
    left: 520px;
    position: fixed;
    z-index: 1;
}

.zone {
    position: fixed;
    left: 490px;
    bottom: 10px;
    border-radius: 15px;
}

a {
    color: #d95517;
}