@font-face {
    font-family: "FuturaBLK";
    src: url('fonts/FuturaBLK.ttf') format('truetype');
}

@font-face {
    font-family: "Futura-Bold";
    src: url('fonts/Futura-Bold.ttf');
    src: url('fonts/Futura-Bold.eot') format('embedded-opentype'),
        url('fonts/Futura-Bold.woff2') format('woff2'),
        url('fonts/Futura-Bold.woff') format('woff'),
        url('fonts/Futura-Bold.ttf') format('truetype');
}

h1 {
    font-size: calc(1vw + 2em);
    text-align: center;
    color: #535353;
    font-family: 'FuturaBLK', sans-serif;
}

h5 {
    text-align: center;
    color: #535353;
    margin-bottom: 35px;
    font-family: 'Kanit', sans-serif;
}

.container {
    padding: 3rem 8rem;
}

p {
    font-size: calc(0.6vw + 0.8em);
    margin-bottom: 20px;
    color: #535353;
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
}

h3 {
    font-size: calc(0.4vw + 1.5em);
    border-bottom: 4px solid #00CCD7;
    width: fit-content;
    margin-bottom: 6px;
    color: #535353;
    font-family: 'Futura-Bold';
    font-style: sans-serif;
    font-weight: 300;
}

.fixed ol {
    list-style: decimal inside none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fixed {
    width: 250px;
    /* Set the width of the sidebar */
    position: fixed;
    /* Fixed Sidebar (stay in place on scroll) */
    z-index: 1;
    /* Stay on top */
    top: 0;
    /* Stay at the top */
    right: 0;
    padding: 2rem 2rem;
    top: 50%;
    transform: translate(0%, -50%);
    border-radius: 12px 0 0 12px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.fixed h2 {
    text-align: center;
    font-size: calc(0.8vw + 0.8em);
    margin-bottom: 15px;
    font-family: 'Futura-Bold';
}

.fixed a {
    color: #535353;
    font-family: 'Kanit', sans-serif;
}

.content {
    margin-right: 200px;
    /* Same as the width of the sidebar */
    padding: 0px 10px;
}

.fixed hr {
    border-radius: 7px 7px 7px 7px;
    height: 1px;
    background-color: #535353;
    margin-top: 15px;
    margin-bottom: 15px;
}

.img-responsive {
    width: calc(5% + 2px);
}
.flex-it {
    display: flex;
    text-decoration: none;
}