.lineunder {
    border: 1px solid black;
    margin-bottom: 50px;
}

.topichead {
    color: #B3D7C5;
}

.Headall {
    text-align: start;
    font-size: 1.3rem;
    font-family: 'Kanit', sans-serif;
    font-weight: 700;
    font-style: normal;
}

.numberall {
    text-align: start;
    font-size: 2rem;
    font-family: 'Kanit', sans-serif;
    font-weight: 200;
    font-style: normal;
}

.namesmwork {
    text-align: start;
    font-size: 1.2rem;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-style: normal;
}

.namesmwork2 {
    text-align: start;
    font-size: 1rem;
    font-family: 'Kanit', sans-serif;
    font-weight: 200;
    font-style: normal;
    color: black;
}

.box-img {
    height: 230px;
    width: 100%;
    stroke: black;
}

.box-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.border-button {
    box-shadow: none !important;
    border-radius: 100px;
    color: black;
    text-decoration: none;
}

.border-button :hover {
    box-shadow: none !important;
    border-radius: 100px !important;
    color: white !important;
    background-color: black !important;
    text-decoration: none;
}

.back {
    font-size: 1rem;
    color: #000000;
    text-decoration: none;
    font-family: 'Kanit', sans-serif;
    font-weight: 200;
}

header p {
    font-family: 'Kanit', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
}

header h1 {
    font-size: 10rem;
    font-weight: 800;
    font-family: 'Kanit', sans-serif;
    top: 50%;
}

header select {
    font-family: 'Kanit', sans-serif;
}

.color-green {
    color: #037E48;
}

hr:not([size]) {
    height: 2px;
}

hr {
    opacity: 1 !important;
}

.share-text {
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
}


/* sound */

.volume {
    display: inline-block;
    position: relative;
    z-index: 30;
}

#rangeSound {
    z-index: 20;
    position: absolute;
    top: 0;
    transform: translateY(-100%);
    bottom: 0;
}

.play {
    background-color: transparent;
    border: none;
    font-size: 1.5rem;
}

input[type=range][orient=vertical] {
    writing-mode: bt-lr;
    -webkit-appearance: slider-vertical;
    width: 40px;
    height: 0;
}

.hidden {
    width: 0;
    visibility: hidden;
}

.show-s {
    height: 100px !important;
    display: block;
    transition: 0.3s ease;
}


/* footer */

.logo {
    font-family: 'Modak', cursive;
    -webkit-text-stroke: 3px black;
    -webkit-text-fill-color: transparent;
    letter-spacing: 8px;
    font-family: Modak;
    font-style: normal;
    font-weight: normal;
    font-size: 2.5rem;
    line-height: 0.8;
}

.share-text {
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
}

.icon-box .iconify {
    font-size: 2rem;
    color: black;
}

.icon-box a {
    display: inline-block;
}

.icon-box .iconify:hover {
    color: rgb(0, 0, 0, 0.5);
    transition: 0.2s ease-in-out;
}

@media screen and (max-width:1024px) {
    header h1 {
        font-size: 6rem;
    }
    header img {
        width: 73px;
    }
}

@media screen and (max-width:375px) {
    header h1 {
        font-size: 5rem;
    }
    header img {
        width: 73px;
    }
}