/* BASIC css start */
body {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
}

.tabs {
    position: relative;
    top: 20px;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.tablinks {
    color: #c98146;
    font-size: 16px;
    padding: 10px 20px;
    margin:3px; margin:13x;
    border: 1px solid #c98146;
    border-radius: 30px;
    background-color: #fff;
    cursor: pointer;
}

.tablinks:hover, .tablinks.active {
    background-color: #c98146;
    color: #fff;
    
}

.tabcontent {
    position: relative;
    top: 20px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #fff;
}

.tabcontent img {
    width: 100%;
    margin-top: 20px;
}


.tabcontent p1{
 position: relative;
 top: 5px;
    font-size: 15x;
    font-weight: bold;
    margin-bottom: 10px;
    color: #c98146;
}

.tabcontent span{
 position: relative;
 top: 2px;
    font-size: 13px;
    line-height: 1.5;
}

.tabcontent p2{
 position: relative;
 top: 2px;
    font-size: 11px;
    color: #999;
}
/* BASIC css end */

