body {
    font-family: Kanit, Arial, Helvetica, sans-serif;
}

:root {
    --main-color: #009688;
}

::selection {
    color: #fff;
    background: #009688;
}

.back_red img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
