@import url('https://fonts.googleapis.com/css2?family=Metal+Mania&display=swap');
@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 10px;
}

body {
    background-color: #252428;
    color: #B6B3B2;
    font-family: "VT323", monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 2.4rem;
}

body::-webkit-scrollbar {
    display: none;                   /* Chrome, Safari, Edge (WebKit) */
}

h1, h2, h3 {
    font-family: "Metal Mania", system-ui;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 25px;
    color: #8C8380;
}

h1 {
    font-size: 4.8rem;
}

h2 {
    font-size: 4.0rem;
}

h3 {
    font-size: 3.2rem;
}

a {
    text-decoration: none;
}

nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 80px;
    background-color: #18181A;
}

nav ul {
    display: flex;
    gap: 20px;
}

nav ul li {
    list-style: none;
}

nav ul li a {
    color: #B6B3B2
}

nav .left {
    font-size: 3.4rem;

}

ul li a:hover {
    color: #DDBEA3;
    font-size: 1.041em;
}

li {
    list-style: none;
}

a {
    color: #DDBEA3;
}

a:hover {
    color: #DDBEA3;
    font-size: 1.041em;
}

hr {
    border: 0;
    border: 1px solid #7E7362;
    width: 40vw;
    margin: auto;
    margin-top: 10rem;
    margin-bottom: 10rem;
}
