* {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

p {
    margin-bottom: 1.7rem;
    font-size: 1.6rem;
}

h1 {
    font-size: 3rem;
}

h4 {
    font-size: 2rem;
}

h3 {
    font-size: 1.8rem;
}

a {
    font-size: 1.6rem;
    word-break: break-word;
}

.header {
    color: rgb(0, 89, 255);
    font-size: 2.6rem;
    font-weight: bold;
    margin-left: 0;
}

ul {
    list-style-image: url("../image/highlightdot2.gif");
    line-height: 1.9;
    font-size: 1.6rem;
    padding-left: 25px;
}

.footer {
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.footer-section {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    padding: 20px;
}

.footer img {
    width: 24px;
    height: 24px;
    margin-right: 0.6rem;
}

.jump-letter {
    font-size: 1.6rem;
    padding-left: 0;
}

#main {
    max-width: 780px;
}

.brian {
    margin-top: 2rem;
    letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: 400;
}

.gsc-control-cse {
    width: 340px !important;
}

@media only screen and (min-width: 992px) {}

@media only screen and (max-width: 992px) {
    html {
        font-size: 52%;
    }

    h1 {
        font-size: 2.2rem;
    }

    h4 {
        font-size: 1.8rem;
    }

    .navlist {
        padding: 0em 0 0 1.5em;
    }
}