html{
    background-image: none;
    background-color: #222222;
/*    height: 90vh;*/
}

servicepage{
    display: flex;
    flex-direction: row;
    justify-content:space-evenly;
    width:90%;
    margin: 10em auto;
    padding-left: 3%;
    padding-top:5em;
    padding-bottom: 0;
    margin-bottom: 0;

}

servicepage div.squeeze{
    display: flex;
    flex-direction: column;
    color:white;
/*    width:80%;*/
    margin: 1em;

    }

servicepage div h3{
     font-size: 3em;
    
}


servicepage div p{
    max-width: 600px;
    padding-top:1em;
    font-size:1.3em;
    text-indent: 0em;
    line-height: 1.6em;
    margin: 0;
 

}

servicepage div.serv_pic{
    
    display: flex;
    flex-direction: row;
    justify-content:center;
/*    margin: 0 auto;*/
    width:50%;
    height: 40em;
    
/*    height: auto;*/
    overflow: hidden;


}

div.serv_pic img{
    border-radius: 0.5em;
    transform: scale(.8);

}
@media screen and (max-width: 800px) {
    servicepage{
        flex-direction: column;
        justify-content: center;
    }
    
    .squeeze{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .serv_pic{
        display: flex;
        flex-direction: column;
        width:100%;
        justify-content: center;
        margin: 0 auto;
        padding: 0;
/*        height: 1em;*/
    }
    .serv_pic img{
/*        width: 90%;*/
/*        margin: auto;*/
/*        width:20em;*/
        width: 30em;
        height: auto;
    }
}