@import url('fonts.css');

html {
    scroll-padding-top: 3.5rem;
}

body {
    font-family: "Bai Jamjuree", sans-serif;
}

ul {
    font-size: 19.5px;
}

.c-item {
    height: 550px;
}

.c-img {
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6);
}

#about {
    padding-top: 5rem;
}

section {
    padding-top: 5rem;
    padding-bottom: 3rem;
}