body {
    font-family: 'Poppins';
    padding: 0;
    margin: 0;
    display: block;
}

.topnav {
    background-color: rgb(255, 255, 255);
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: right;
    color: #D6DCE1;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    margin-right: 157px;
    margin-top: 36px;
}

.header img {
    float: left;
    width: 159px;
    height: 41.15px;
    margin-left: 143px;
    margin-top: 31px;
}

.header h1 {
    position: relative;
    top: 18px;
    left: 10px;
}

.content {
    display: flex;
    flex-direction: row;
    height: calc(100vh - 100px);
    width: 100%;
}

.left_box {
    flex: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right_box {
    flex: 2;
    display: flex;
    align-items: center;
    position: relative;
}

.font_title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 72px;
    display: flex;
    align-items: center;
    color: #DB2D4D;
}

.font_subtitle {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 85px;
    color: #413D3E;
}

.font_footer {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #413D3E;
    position: absolute;
    bottom: 20px;
    left: 0;
}

.content_text {
    padding-left: 143px;
    margin-right: 143px;
}

.playstore {
    margin-left: 143px;
}

.nav-mobile {
    display: none;
}

.sidepanel {
    display: none;
}