﻿ 
     .roundcorners {
            border-radius: 10px 20px;
            background: #8AC007;
            padding: 5px;
            width: 200px;
        }

        .roundcorners2 {
            border-radius: 10px 20px;
            background: #f27036;
            padding: 5px;
            width: 200px;
        }

        .roundcorners3 {
            border-radius: 10px;
            background: White;
            padding: 5px;
            width: 200px;
            /*background-image: url('img/border3.png');*/
            background-repeat: no-repeat;
            background-size: 20% 30%;
        }
 
