.Design_Template{
    background-color: white;
    padding: 10px;
    /* text-align: center; */
    border-radius: 10px;
    margin-bottom: 10px;
}
.Design_Template_border{
    border-radius: 10px;
    border: 1px solid;
    padding: 20px;
}
.sub_title{
    margin-top: 15px;
}

.Background_Design{
    background-image: url("../image/Design.jpg");
    width: 5in;
    height: 4in;
    background-size: cover;
}

.Design_Box{
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}



.Print_Text{
    position: absolute;
    top: 0;
    left: 40px;
    /* top: 27px;
    left: 35px; */
}

.SubTitle_Print{
    text-align: center;
    /* margin-left: 40px; */
    margin: -7px;
    font-size: 25px;
}

.Title_Print{
    /* margin-left: 40px; */
    
    margin-top: 35px;
    font-size: 30px;
    font-weight: bold;
}



.Person{
    margin-top: 96px;
    font-size: 40px;
    margin-left: 40px;
    font-weight: bold;
}
.Person_Title{
    margin-left: 40px;
    font-size: 17px;
    font-weight: bold;
}
.Person_Mobile{
    margin-left: 40px;
    font-size: 17px;
    font-weight: bold;
}


.button button{
    width: 100%;
    margin-top: 10px;
}

.Print_Section{
    /* width: 11.69in;
    height:  8.27in; */

}