            .large-photo { 
                width:auto; 
                text-align:center; 
                padding:20px; 
            } 
            #my-image img { 
                width:50%; 
                        height:auto; 
            } 
            .container h2{
                width:100%;
                text-decoration: none;
                color:#668899
            }
            .container {
                width:85vw;
                margin: 0 auto;
                background-color:whitesmoke;
                display:flex;
                flex-flow: row wrap;
                justify-content: space-between;
                padding:20px;
            }
            
            .description p{
                display: flex;
                height: auto;
                max-width: 50%;
                position:relative;
                top:1em;
                left:25%;
                right:25%;
            }
            
         