﻿.home {
    width: 60%;
    padding: 20px 30px 20px 30px;
    border-radius: 10px; 
}


    .home h1 {
        font-size: x-large;
        margin-top:0px;
    }

    .home h2 {
        font-size: 16px;
        margin-bottom: 30px; 
    }

    .home h3 {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .home p {
        font-size: 14px;
        line-height: 1.8em; 
        margin-bottom: 30px; 
        text-align: justify;
        padding:0px 10px 0px 10px; 
    }

    .home .number {
        font-size:20px; 
        float:left;
        margin-bottom: 40px;  
        color: white;
        font-weight: bold;  
        background-color: blue;
        padding:4px 10px 4px 10px;
        margin-right: 10px;
        border-radius:20px; 
    }


    .home .highlight {
        font-weight : bold;
        font-size: 15px; 
    }

    .home .image {
        text-align:center;  
    }

        .home .image img {
            border-style: solid;
            border-width:1px;
            border-color:gainsboro; 
            border-radius:10px; 
            margin-bottom: 40px;
            width: 500px; 
        }