@font-face {
    font-family: 'MyCustomFont';
    src: url('../SL-TT-Simplified-Bold.woff2') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.title {
    font-family: 'MyCustomFont', sans-serif;
}
.body{
    overflow: auto;
    background-color: rgba(0,0,0,0.05);
}
.page {
    width: 390px;
    height: auto;
    margin: auto;
    padding-top: 28px;
    padding-bottom: 28px;
}