*{
    font-family: 'Oswald', sans-serif;
    }
    body:before{
        content: '';
        background-image: url("image/my/henri.jpg");
        background-size: cover;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
    }
    .img-style{
        width: 90%;
        border-radius:15px;
        margin: 20px;
    }

    #hh {
        height: 60vh;

    }

    .clear {
        clear: both;
    }

    .colshem {
        background-color: white;
        margin-bottom: 30px;
    }

    .p-text {
        margin: 30px 30px 20px 20px;

    }

    h3 {
        margin: 30px 30px 20px 20px;
    }

    h2 {
        font-family: 'Oswald', sans-serif;
        font-size: 45px;
        color: azure;
        text-align: center;
    }

    .blog-img {
        margin: 30px 0px 30px 0px;
    }

    .nav-text {
        font-family: 'Oswald', sans-serif;
        font-size: 20px;
        font-weight: bold;
    }

    #head {
        height: 150px;
    }
    .line-left{
        border-left:2px solid;
        border-left-color: gray;
        padding-left: 20px;

    }
    .con {
        
        
        width: 80%;
        height: 200px;
        padding: 10px;
        
    }
    #d30{
        width: 100%;
        margin-top: 20px;
        padding-top: 30px;
        background: white;
        height: 100px;
        clip-path: polygon(0 0, 0 85%, 50% 100%, 100% 85%, 100% 0, 50% 15%);
        -webkit-clip-patch: polygon(0 0, 0 85%, 50% 100%, 85% 0, 100% 0, 50% 15% );
        
        
    }
    .anime{
        margin: 2rem 0;
        opacity: 0;
        transform: translateY(20px)

    }
    .anime-show{
        opacity: 1;
        transition: all 1.5s;
        transform: translateY(0%);
    }
    #cow{
        background-image: url("/my/image/my/cow.jpg");
        background-size:cover;
        min-height: 400px;
        
    }
    .summary {
        display: flex;
        flex-direction: column;
        align-items: center; 
        justify-content: center;
        background: white;
    }

    .summary h2 {
        color:blue;
        align-items: center;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
    }
    .text-summary{
        
        width: 600px;
        
        
    }
    /*
    .scale{
        transition: 1s;
    }
    .scale:hover {
        transform: scale(1.2);
    }
    */