@font-face {
    font-family: MyFont;
    src: url(Humane-Bold.ttf);
}
html, body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}
.firstBox {
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.title {
    font-family: MyFont;
    font-size: 192px;
    color: white;
    position: absolute;

}