        body {
            min-height: 75rem;
            padding-top: 4.5rem;
        }

        #rcorners2 {
            border-radius: 10px;
            border: 2px solid #73AD21;
            padding: 20px;
        }
        #rcorners3 {
            border-radius: 10px;
            border: 2px solid #6610f2;
            padding: 20px;
        }
        /* Sticky footer styles
        -------------------------------------------------- */
        html {
            position: relative;
            min-height: 100%;
        }

        body {
            /* Margin bottom by footer height */
            margin-bottom: 60px;
        }

        .footer {
            position: absolute;
            bottom: 0;
            width: 100%;
            /* Set the fixed height of the footer here */
            /*height: 60px;*/
            /*line-height: 60px; */
            background-color: #f5f5f5;
        }


            /* Custom page CSS
        -------------------------------------------------- */
            /* Not required for template or sticky footer method. */

            .footer > .container {
                padding-right: 15px;
                padding-left: 15px;
            }

        code {
            font-size: 80%;
        }

