﻿* {
    font-family: 'Kanit', sans-serif;
}
.mainColor {
    background: white !important;
    border-bottom: 7px solid #722fa0;
}

.whiteColor {
    background: white !important;
}
.p{
    color:white !important;
}
a[type='button'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
