*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



.api{
    height: 1000px;
    width: 100%;
}

.bgimagetown img{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

a{
    text-decoration: none;
    /* color: #000; */
}

/* main{
    height: auto;
    width: 100%;
    display: flex;
} */

button{
    background: transparent;
    border: none;
}

.rate-your-society{
    position: fixed;
    right: 0;
    bottom: 0;
    height: 5%;
    width: 12%;
    background:linear-gradient(180deg, rgb(164, 45, 45), red);
}

.rate-your-society p{
    color: white;
    font-size: 1rem;
    font-family: 'Kanit', sans-serif;
    margin: 5px;
    padding-left: 5px;
}