@font-face { font-family: 'Heros'; src: url(fonts/heros.otf); }
@font-face { font-family: 'HerosCon'; src: url(fonts/heroscon.otf); }
@font-face { font-family: 'Xanh'; src: url(fonts/xanh.ttf); }

:root {
    --global-bg: white;
    --global-link: white;

    --comics: rgb(0, 80, 255);
    --music: rgb(255, 175, 0);
    --blog: rgb(220, 0, 190);
    --gallery: rgb(0, 180, 0);
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    font-family: 'HerosCon', Helvetica, sans-serif;
    text-align: center;
}

body, html {
    background-color: var(--global-bg);
}

#container {
    margin: 0 auto;
    max-width: 600px;
    min-height: 800px;
}

header {
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 0 8px;
    display: inline-block;
    background: var(--global-link);
}

header h1 {
    font-size: 52px;
    line-height: 56px;
    letter-spacing: -1px;
}

header p {
    margin-right: 2px;
    padding-top: 2px;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 18px;
}

.nav {
    display: inline-block;
    width: 75px;
    height: 165px;
    margin: 2px;
    padding-bottom: 7px;
    background: var(--global-link);
    font-size: 22px;
    font-weight: bold;
    line-height: 28px;
    letter-spacing: -1px;
    user-select: none;
}


.comics:hover {font-style: italic; background-image: linear-gradient(var(--global-link) 10%, var(--comics));}
.music:hover {font-style: italic; background-image: linear-gradient(var(--global-link) 10%, var(--music));}
.blog:hover {font-style: italic; background-image: linear-gradient(var(--global-link) 10%, var(--blog));}
.gallery:hover {font-style: italic; background-image: linear-gradient(var(--global-link) 10%, var(--gallery));}

.ig {margin-left: 6px; margin-right: 1px;}
.x {margin-left: 4px;}
.sh {margin-left: 7px;}
.yt:hover {fill: rgb(255, 0, 0);}
.ig:hover {fill: rgb(255, 0, 185);}
.fb:hover {fill: rgb(0, 0, 255);}
.x:hover {fill: rgb(0, 255, 0);}
.sh:hover {fill: rgb(255, 185, 0)}

/* General link */
a:hover, a:active {
    font-style: italic;
    text-shadow: 2px 2px rgb(255, 255, 0);
}

a:link, a:visited {
    color: black;
    text-decoration: underline;
}

/* Big header*/
h5 {
    margin: 22px 0 7px 8px;
    font-size: 50px;
    line-height: 62px;
    letter-spacing: -2px;
    text-align: center;
    user-select: none;
}

/* Generic header */
h2 {
    margin: 18px 0 5px 0;
    font-size: 34px;
    letter-spacing: -1px;
    line-height: 36px;
}

/* Generic text */
p {
    margin: 1px 25px;
    font-family: 'Xanh', 'Courier New', monospace;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    letter-spacing: -1px;
}

/* Generic link showcase */
.n {
    width: 370px;
    height: 164px;
    margin: 35px auto;
    margin-bottom: 70px;
    padding-bottom: 7px;
    background: var(--global-link);
    border: 1px solid black;
}

.n h3 {
    margin-top: 3px;
    font-size: 34px;
    line-height: 42px;
    letter-spacing: -1px;
}

.n h4 {
    font-family: 'Xanh', monospace;
    font-size: 16px;
    font-variant-caps: small-caps;
    line-height: 16px;
    letter-spacing: 1px;
}

/* Image preview of link */
.issue {
    width: 120px;
    height: 160px;
    margin: 10px 5px 0 25px;
    float: left;
    background:white;
    border: 1px solid black;
    box-shadow: 1px 1px black;
}

.n p {
    margin: 10px 0;
    font-family: 'Xanh', monospace;
    font-size: 17px;
    font-weight: bold;
    line-height: 19px;
    letter-spacing: -1px;
}

span {
    font-size: 36px;
    line-height: 30px;
    letter-spacing: -1px;
}



.footy {
    padding-top: 10px;
}


    @media screen and (max-width: 620px) {
        
        header h1 {
        font-size: 32px;
        line-height: 36px;
        letter-spacing: -1px;
        }

    header p {
        margin-right: 3px;
        padding-top: 0px;
        font-size: 10px;
        line-height: 10px;
        letter-spacing: 12px;
        }

        .n {
            width: 270px;
            height: 120px;
            margin: 20px auto;
            margin-bottom: 70px;
            padding-bottom: 7px;
            background: var(--global-link);
            border: 1px solid black;
        }

.n h3 {
    margin-top: 3px;
    font-size: 25px;
    line-height: 27px;
    letter-spacing: -1px;
}

.n p {
    margin: 15px 0 0px 0;
    font-family: 'Xanh', monospace;
    font-size: 13px;
    font-weight: bold;
    line-height: 15px;
    letter-spacing: -1px;
}

span {
    font-size: 27px;
    line-height: 30px;
    letter-spacing: -1px;
}
        

.issue {
    width: 100px;
    height: 133px;
    margin: 15px 5px 0 21px;
    float: left;
    background:white;
    border: 1px solid black;
    box-shadow: 1px 1px black;
}

/* Generic header */
h2 {
    margin: 18px 0 5px 0;
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 25px;
}

/* Generic text */
p {
    margin: 7px 25px;
    font-family: 'Xanh', 'Courier New', monospace;
    font-size: 16px;
    font-weight: bold;
    line-height: 23px;
    letter-spacing: -1px;
}









    }

    @media screen and (max-width: 284px) {
        


    }
