body{
    margin: 0px;
    font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.header{
    align-items: center;
    color: white;
    background-color:#0066da;
    display: flex;
    height: 91px;
    justify-content: center;
    max-width: 100%;
    min-width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
}

.header .root{
    align-items: center;
    display: flex;
    max-width: 1050px;
    padding-left: 32px;
    padding-right: 32px;
    width: 100%;
    justify-content: space-between;
}

.header .logo{
    align-items: center;
    display: flex;
}

.header .logo a{
    display: flex;
    align-items: center;
    font-size: 28px;
    color: white;
    text-decoration: none;
}

.header .menu{
    align-items: center;
    display: flex;
    justify-content: flex-end;
    min-width: 80%;
}

.header .menu .items{
    align-items: center;
    display: flex;
    flex-grow: 1;
    justify-content: space-evenly;
}

.header .menu .items .item{
   text-decoration: none;
   color: white;
}

.header .menu .items .item h5{
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

.body .content{
    padding-top: 150px;
    max-width: 788px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: none;
    color: #1c1e21;
    padding-bottom: 56px;
    text-align: left;
}

.body .content .root{
    justify-content: space-between;
    display:flex;
}

.body .content .text{
    width: 50%;
    display: flex;
}

.body .content .text h2{
    font-size: 33px;
    line-height: 43px;
}

.body .content .mobilescreens{
    display: flex;
    width: 41%;
}

.body .content .mobilescreens img{
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 304px;
}