body{
    background-color: white;
    }
    
    #container{
        width: 1190px;
        margin: 0 auto;
        padding: 20px;
        background-color: white;
        overflow: hidden;
    }

    .header{clear:both;}
    .logo
    {width: 60px;
        height: 66px;
        margin: 10px;
        background-color: grey;
        float: left;  
    }

    .button{width: 100px;
        height: 60px;
        margin: 10px;
        background-color: white;
        float: right;
 }

 .buttonfont{   
    color: darkslategrey;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    border: 3px solid green;
}
 
      
.content{clear: both;}

.subtitlefont{
    color: darkslategrey;
    font-size: 30px;
    padding: 30px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    text-align: left;
}
.subtitlefont2{
    color: darkslategrey;
    font-size: 30px;
    padding: 30px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}
.textblock1{
    width: 350px;
    height: 200px;
    background-color:white;
    margin: 20px;
    float: left;
}
    .textblock2{
        width: 750px;
        height: 200px;
        background-color:white;
        margin: 20px;
        float: right;
    }

    .textblock3{
        width: 280px;
        height: 50px;
        background-color:white;
        margin: 5px;
        float: left;
    }

    .mainfont{
        color: darkslategrey;
        font-size: 20px;
        line-height: 30px;
        padding: 20px;
        font-family: 'Roboto', sans-serif;
        text-align: left;
    }  



            .image1{
                width: 270px;
                height: 270px;
                background-color:grey;
                margin: 10px;
                float: right;
                }

                .image2{
                    width: 1140px;
                    height: 270px;
                    background-color:grey;
                    margin: 10px;
                    float: right;
                    }

            .iconimage{
                width: 50px;
                height: 50px;
                background-color:white;
                margin-top: 100px;
                margin-right: 20px;
             float: right;
                }

    
    
    
    
    