
    .about{
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        text-align: justify;
        margin: 2px;
        background-color: whitesmoke;
        padding: 8%;
        color: black;
        font-family: Georgia, 'Times New Roman', Times, serif;
    }
    .about h3{
        font-size: 48px;
    }
    .about p{
        font-size: 18px;
        max-width: 800px;
    }
