    .framecustom {

        background-color: #ffffff;

        border: 2px solid #CFB87C;
        /* increase px for wider border */

        color: black;
        /* text color */

        width: 100%;

        height: 100%;

        border-radius: 6px;

        padding: 2%;

        text-align: center;

        text-decoration: none;

        display: inline-block;

        font-size: 1.1em;

        font-weight: normal;

    }