.body-content{
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    box-sizing: border-box;
    margin-top: 135px;
}
h1{
    margin-bottom: 25px;
}
.sub-catagory{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}