.middle{
    display: flex;
    align-items: center;
    justify-content: center;
}
.bg-fff{
    background: #fff;
}
.bg-333{
    background: #333;
}
.text-f5f7f9{
    color: #f5f7f9;
}
.text-333{
    color: #333;
}
.size-14{
    font-size: 14px;
}
.size-48{
    font-size: 48px;
}
.size-24{
    font-size: 24px;
}
html,body{
    background: #fff;
    margin: 0;
    padding: 0;
}