body {
    margin: 0 !important;
    font-family: 'Roboto', sans-serif !important;
}

@font-face {
    font-family: 'Roboto', sans-serif !important;
    src: url('../fonts/Roboto-Black.ttf');
}

.bg {
    background-color: #F7F3FD;
    overflow-x: hidden;
    width: 100%;
    margin 0;
}

.header {
    background: url(../img/header.png) !important;
    ;
    background-size: cover !important;
    width: 100%;
    min-height: 55vw;
    background-color: #ffffff;
    background-position: top center;
}

.content {
    background-color: rgba(255, 255, 255, 0.65);
    border-radius: 5vw;
    height: 80%;
    margin-top: 5vw;
    padding-top: 2vw;
    margin-bottom: 5vw;
    padding-bottom: 2vw;
    padding-right: 5vw;
    padding-left: 5vw;
    margin-left: 5vw;
    margin-right: 5vw;
    /*opacity: 0.62;*/
}

.content ul {
    padding-left: 20px !important;
    font-size: 3.5vw;
    line-height: 1.5;
    letter-spacing: 0.5;
    margin-left: 0.1vw;
}

b {
    color: #ba275e;
    font-size: 4.5vw !important;
}

.heading {

    font-size: 4.5vw;
    color: #8e0432;
    margin-top: 12px !important;
    margin-bottom: 2px !important;
    letter-spacing: 0.39px;
}

.headingsmall {

    font-size: 3.6vw;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
color: #a6395e;
    letter-spacing: 0.39px;
}

.list {

    font-size: 2.5vw;
    color: #444444;
    text-align: left;
}

.screenshot1 {
    width: 40%;
    height: 100%;
    align-items: center;
    /*box-shadow:0 0 6px 0 rgba(189, 179, 143, 0.72);*/
    margin-right: 3vw;
    margin-left: 3vw;
}

.screenshot {
    width: 75%;
    align-items: center;
    /*box-shadow:0 0 6px 0 rgba(189, 179, 143, 0.72);*/
}

.note {
    font-weight: bold;
    color: #5F5F5F;
    letter-spacing: 0.4px;
    font-size: 2.5vw;
    margin-left: 5vw;
}

.normaltext {

    font-size: 2.5vw;
    color: #444444;
    text-align: left;
}
