Ionic View
App Id: FE91ED1E
Demo apk

<style>
@font-face {
font-family: ‘JosefinSans-SemiBold’;
src: url(‘fonts/JosefinSans-SemiBold.ttf’) format(‘truetype’);
font-weight: normal;
font-style: normal;
}
* {
font-family: ‘JosefinSans-SemiBold’;
}
.content {
width: 616px;
}
.row {
display: flex;
background-color: #362636;
color: #ff563b;
}
.col-50 {
width: 50%;
text-align: center;
}
a {
text-decoration: none;
color: #ff563b;
}
img {
width: 100%;
height: auto;
}
</style>