body {
    background-color: #F5F5F5;
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-size: 100%;
}

h2{
    -webkit-margin-before: 2rem;
    margin-block-start: 2rem;
    font-size: 1.7rem;
    -webkit-margin-after: 2rem;
    margin-block-end: 2rem;
}

h3{
    -webkit-margin-before: 1.5rem;
    margin-block-start: 1.5rem;
    font-size: 1.4rem;
    -webkit-margin-after: 1.5rem;
    margin-block-end: 1.5rem;
}


.other-posts{
    text-align: center;
    font-size: 40px;
    border-bottom: 1px solid #af9a9a;
}

.Content img{
    margin: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.Content li{
    margin: 5px;
}

/* Header Link */

a {
    text-decoration: none;
}

#Header-Link-Space {
    position: relative;
    background-color: #000000;
    display: none;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px 0px;
    padding-top: 40px;
}

#Header-Link-Content {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 0px 0px 50% 50%;
    width: 100%;
    height: 70px;
    bottom: -50px;
    border: 10px solid #000000;
    background-color: #000000;
}

#Header-Link-Image {
    width: 90px;
    margin: auto;
    border-radius: 25px;
}

#Header-Link-Title {
    text-align: center;
    text-decoration: none;
    font-family: "Kanit";
    font-weight: 500;
    font-size: 28px;
    color: #FFFFFF;
    margin-top: 10px;
}

#Header-Link-Stars {
    display: flex;
    align-items: center;
    justify-content: center;
}

.Header-Link-Star {
    height: 20px;
}

#Header-Link-Button {
    display: block;
    margin-top: 15px;
    font-family: "Kanit";
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    padding: 5px 25px;
    border-radius: 25px;
    background: linear-gradient(45deg, #0A54FF 0%, #00CFFF 100%);
    animation: Header-Link-Button-Animation infinite 2s;
}

@keyframes Header-Link-Button-Animation {
    0% {
    transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

/* Fixed Footer Space */

#Fixed-Footer-Space {
    display: none;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 10000;
    /* padding: 25px 10px; */
    width: 100%;
    flex-direction: column;
    background-color: #FFFFFF;
}

#Fixed-Footer-Quiz-Carousel {
    position: relative;
    width: 200%;
    display: flex;
    transition: all 0.5s;
}

#Fixed-Footer-Quiz-Carousel a {
    width: 100%;
    text-decoration: none;
}

.Fixed-Footer-Quiz-Space {
    position: relative;
    width: 100%;
    display: flex;
    padding: 15px;
    align-items: center;
    border-radius: 25px 25px 0px 0px;
}

.Normal {
    background-color: #FFFFFF;
}

.Hue-Rotate {
    animation: Hue-Rotate-Animation infinite 25s;
    background: linear-gradient(90deg, #FF7400, #FF4D00);
}

@keyframes Hue-Rotate-Animation {
    0% {
        filter: hue-rotate(0deg);
    } 100% {
        filter: hue-rotate(360deg);
    }
}

.Fixed-Footer-Quiz-Icon {
    height: 70px;
    margin-right: 20px;
    border-radius: 50%;
}

.Fixed-Footer-Quiz-Content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.Fixed-Footer-Quiz-Title {
    text-decoration: none;
    font-family: "Kanit";
    font-weight: bold;
    font-size: 22px;
    color: #000000;
    margin-right: 25px;
}

.Fixed-Footer-Quiz-Description {
    text-decoration: none;
    font-family: "Kanit";
    font-weight: 300;
    font-size: 22px;
    color: #000000;
    margin-right: 25px;
}

.Fixed-Footer-Quiz-Arrow {
    position: absolute;
    height: 40px;
    top: 50%;
    right: 10px;
    transform: translate(0px, -50%);
    animation: Fixed-Footer-Quiz-Arrow-Animation infinite 1.5s;
}

@keyframes Fixed-Footer-Quiz-Arrow-Animation {
    0% {
        right: 10px;
    } 30% {
        right: 15px;
    } 70% {
        right: 5px;
    } 100% {
        right: 10px;
    }
}

#Fiex-Footer-Social-Media {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 15px;
}

#Fiex-Footer-Social-Media a {
    text-decoration: none;
    width: 100%;
    margin: 0px 5px;
}

.Fixed-Footer-Social-Icon-Space {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px;
    border-radius: 25px;
}

.Fixed-Footer-Social-Icon {
    height: 30px;
}

.Facebook-Blue {
    background-color: #1877F2;
}

.Twitter-Blue {
    background-color: #1DA1F2;
}

.Pinterest-Red {
    background-color: #DB081C;
}

.WhatsApp-Green {
    background-color: #25D366;
}

/* Top Content */

.Top-Content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px 10px 0px 10px;
}

.Top-Small-Title {
    text-decoration: none;
    font-family: "Kanit";
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    text-align: center;     
}

.Top-Big-Title {
    text-decoration: none;
    font-family: "Kanit";
    font-weight: bold;
    font-size: 74px;
    line-height: 1.1;
    text-align: center;
    color: #000000;
    /*margin-bottom: 40px;*/
}

.Top-Description {
    text-decoration: none;
    font-family: "Kanit";
    font-size: 28px;
    font-weight: 200;
    text-align: center;
    color: #000000;
    margin-bottom: 25px;
    margin-top: 15px;
    max-width: 1000px;
    width: 100%;
}

.Top-Tag {
    background-color: #E6E4FF;
    color: #8F44EF;
    padding: 10px 20px;
    letter-spacing: 1px;
    border-radius: 50px;
    text-decoration: none;
    font-family: "Kanit";
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

.Top-Icon-Space {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}

.Top-Icon {
    position: absolute;
    font-size: 60px;
    animation: Top-Icon-Animate infinite 1.65s ease-in-out;
}

@keyframes Top-Icon-Animate {
    0% {
        font-size: 60px;
        transform: translateY(0px);
    } 10% {
        font-size: 64px;
        transform: translateY(-10px);
    } 50% {
        font-size: 58px;
        transform: translateY(14px);
    } 100% {
        font-size: 60px;
        transform: translateY(0px);
    }   
}

/* Top-Image-Space */

.Top-Image-Space {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.Top-Image {
    margin: auto;
    max-width: 1000px;
    width: 100%;
    border-radius: 25px;
}

/* Content or Main Blog Content */

.Content {
    margin: auto;
    padding: 20px 15px;
    max-width: 1000px;
    width: 100%;
    text-decoration: none;
    font-size: 1.2rem;
    line-height: 1.6;
}

.Text-Block {
    font-family: "Kanit";
    font-size: 22px;
    font-weight: 200;
    color: #000000;
    margin-bottom: 15px;
}

/* Footer Navigation */

.Footer-Navigation {
    background-color: #F3F0F8;
    padding: 25px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.Footer-Parent-Link, .Footer-Child-Link {
    font-family: "Kanit";
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}

.Footer-Parent-Link {
    color: #8F44EF;
} 

.Footer-Child-Link {
    color: #000000;
}

.Footer-Link-Forward-Arrow {
    margin: 0px 15px;
    height: 20px;
}

@media (max-width: 1200px) {
    .Top-Big-Title {
        font-size: 44px;
    }

    .Top-Description {
        font-size: 24px;
    }
}

@media (max-width: 1000px) {
    .Top-Image {
        max-width: 1000px;
        border-radius: 0px;
    }
}

@media (max-width: 950px) {
    #Navigation-Bar {
        display: none !important;
    }
    
    #Header-Link-Space {
        display: flex !important;
    }

    #Fixed-Footer-Space {
        display: flex;
    }
}