@font-face {
    font-family: riders;
    src: url(font.ttf);
}

body {
    background-color: black;
}

.title {
    padding-top: 70px;
    font-family: riders;
    color: white;
    text-align: center;
}

.ibmc {
    font-size: 60px;
}

.nomads {
    font-size: 110px;
}
