@font-face {
    font-family: event-font;
    src: url(/fonts/CeraRoundPro-Bold.otf);
}
.back{
    top: 0;
    margin: 0;
    background-repeat: no-repeat;
    background-position: center center;
    height: 250px;
}
.event-name{
    position: absolute;
    left: calc(50% - 540px);
    top: 68px;
    font-family: event-font, Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 32px;
    color: #fff;
    width: 390px;
    text-align: center;
}