body {
    background-image: linear-gradient(to top, rgba(255, 0, 0, 0), rgb(182, 224, 247));
    background-repeat: no-repeat;
    background-position: center height: 100vh;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-size: cover;
}

.container {
    height: 100%;
    width: 762px;
    margin: 80px auto 0;
    border-radius: 12px;
}

.logo {
    width: 1107px;
    background-color: #031330;
    border-radius: 12px;
    padding: 6px 6px;
    color: #fff;
}

.headr {
    background-image: url(../Practice/images/headr.png);
    height: 159px;
    width: 220px;
    position: absolute;
    top: 42px;
    right: 191px;
    background-repeat: no-repeat;
}

h2 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 25px;
    color: #FFF;
    padding-top: 10px;
    padding-left: 60px;
}



.text {
    margin: -6px 27px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li {
    display: inline;
    margin: 0.5em;
}

a:link {
    color: #039;
    text-decoration: none;
}

a:visited {
    color: #039;
    text-decoration: none;
}

a:hover {
    color: #0A0;
    text-decoration: underline;
}

a:active {
    color: #0A0;
    text-decoration: none;
}

.content {
    border-radius: 12px;
    background-image: linear-gradient(to top, rgba(255, 0, 0, 0), #B0D9F3);
    background-color: ;
    background-repeat: repeat-x;
    height: 100%;
    padding-left: 65px;
    padding-top: 33px;
    box-shadow: 0px 0px 43px 5px rgba(243, 250, 254, 1);
}

#footer {
    font-size: 14px;
}

.windo p {
    font-size: 14px;
}
.mss img{
    height: 411px;
    width: 307px;
    padding: 32px 32px;
}
.mss p{
    margin: -26px 82px;
    background-color: #b3d0f0;
    width: 115px;
}

.wedo {
    background-image: url('images/wedo.png');
    background-repeat: no-repeat;
    height: 58px;
    width: 400px;
}

.wedoa {
    background-image: url('images/ourcomp.png');
    background-repeat: no-repeat;
    height: 58px;
    width: 400px;
}
.wedob{
    background-image: url('images/howitworks.png');
    background-repeat: no-repeat;
    height: 58px;
    width: 400px;
}
.wedoc{
    background-image: url('images/questions.png');
    background-repeat: no-repeat;
    height: 58px;
    width: 400px;
}
.wedoe{
    background-image: url('images/contact.png');
    background-repeat: no-repeat;
    height: 58px;
    width: 400px;
}

.many {
    font-size: 14px;
    margin-right: 10px;
}

#footerend {
    background-image: url('../Practice/images/hr.png');
    background-repeat: repeat-x;
    width: auto;
    margin: 111px;
    padding: 64px;
    text-align: center;
}

#footerends {
    margin-right: 0;
    text-align: center;
    padding: 6px 0;
}

.sty img {
    padding: 17px 36px;
}

@media (max-width: 1200px) {
    .logo {
        width: 100%;
    }
    
    .headr {
        background-image: none;
    }
    
    #footerends {
        margin-right: 0;
        text-align: center;
        padding: 6px 0;
    }
    
    #footerend {
        width: 100%;
    }
    
    .wedo {
        background-image: url('images/wedo1.png');
        background-repeat: no-repeat;
        margin-left: -42px;
        height: 100px;
    }
    .mouse {
        background-image: url('../Practice/images/mouse1.png');
        background-repeat: no-repeat;

    }
    #footerend {
        font-size: 11px;
        margin: 47px -80px;
        padding: 10px 53px
    }
    
    .windo p {
        margin-left: -35px;
    }
    #footer {
        margin-left: -35px;
    }
    .many {
        margin-left: -35px;
    }
    .navbar {
        height: 20px;
        width: 300px;

    }
    .wedoa {
        margin: 10px -37px;
    }
    .wedoc {
        margin: 10px -37px;
    }
    .sty img {
        margin: 10px -37px;
    }
    .wedob{
        margin: 10px -37px;
    }
}


@media (max-width: 800px) {
    .headr {
        background-image: none;
    }
    
    .logo {
        width: 100%;
    }
}


@media (max-width: 575px) {
    .logo {
        width: 100%;
    }
    .headr {
        background-image: none;
    }
    .wedo {
        background-image: url('images/wedo1.png');
        background-repeat: no-repeat;
        margin-left: -42px;
        height: 100px;
    }
    .mouse {
        background-image: url('../Practice/images/mouse1.png');
        background-repeat: no-repeat;

    }
    #footerend {
        font-size: 11px;
        margin: 47px -80px;
        padding: 10px 53px
    }
    #footerends {
        font-size: 11px;
        margin: 13px;
    }
    .windo p {
        margin-left: -35px;
    }
    #footer {
        margin-left: -35px;
    }
    .many {
        margin-left: -35px;
    }
    .navbar {
        height: 20px;
        width: 300px;

    }
    .wedoa {
        margin: 10px -37px;
    }
    .wedoc {
        margin: 10px -37px;
    }
    .sty img {
        margin: 10px -37px;
    }
    .wedob{
        margin: 10px -37px;
    }
}
