            body {

                font-family: sans-serif;
                overflow:hidden;
                margin:20px;
                
            }
        
            #shape {
                
                width: 200px;
                height: 200px;
                background-color: red;
                display: none;
                position: absolute;
                
            }

            .bounds {
                background-image: url(images/001.jpg);
                background-repeat: no-repeat;
                background-size: cover;
                background-position: center center;
                width: 100%;
                height: 100%;
                border-radius: 10px;
            }
            
            .text {
                padding: 10px 20px;
                color: #fff;
            }

            .bold {
                
                font-weight: bold;
                
            }