/* Make variable for color */
:root {
    --dark-orange: #FF5400;
    --dark-orange-2d: #FF6D00;
    --moderate-orange: #FF6D00;
    --orange: #FF6D00;
    --light-orange: #FF6D00;
    --shine-blue: #00B4D8;
    --shine-blue-2d: #0096C7;
    --dark-blue: #023E8A;
    --very-dark-blue: #03045E;

}

@font-face {
    font-family: LemonMilk;
    src: url(../../fonts/LEMONMILK-Regular.otf);
}

@font-face {
    font-family: OkineSans;
    src: url(../../fonts/OkineSans-Regular.otf);
}

body {
    height: 100vh;
    margin: 0;
    padding: 0;
}

.back {
    margin-bottom: 1rem;
    width: 22px;
    padding: 1rem;
    height: 40px;
    justify-content: center;
}

.chapter-text {
    padding: 1rem 2rem;
    font-family: 'OkineSans';
    line-height: 1.6;
    background-image: linear-gradient(45deg, #2196f3, #5d2495ed);
    color: wheat;
}

img, svg {
    vertical-align: middle;
    font-size: 1.5rem;
}
img, svg:hover {
    color: #0096C7;
}

a {
    color: none;
    text-decoration: none;
}

.chapter-title {
    text-align: center;
    background-image: linear-gradient(45deg, #2196f3, #5d2495ed);
    width: 300px;
    padding: 0 20px;
    border-radius: 30px;
    margin: auto;
    margin-bottom: -10px;
    box-shadow: -1px 11px 17px 4px black;
    color: wheat;
}




.chapter-text a {
    color: orange;
    transition: 0.3s;
    padding-bottom: 5px;
    font-size: 18px;
    
    }
    
    .chapter-text a:hover {
        color: red;
        text-decoration: underline;
    
        
        }




.hlink {
    background-color: ;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.title3 {
    width: 100%;
    text-align: center;
}



.button {
    background-color: red;
    width: 68px;
    height: 31px;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 12px;
    padding: 4px;
}




.hlink a {

    text-align: center;
    display: flex;
    justify-content: center;
    padding-top: 24px;
}