h1, h2, h3, h4, h5, h6 {
    font-family: Ascharge;
    margin: 20px;
    color: white;
    letter-spacing: 2px;
}

@layer base, logo;

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

@layer logo {
    .logo {
        display: inline-flex;
    }
}

h1 {
    font-size: 80px;
    text-align: center;
}

h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 5px;
}

.center-content {
  flex-grow: 1; /* This will make the center-content div take up all available space */
  text-align: center; /* This will center the text inside the div */
}

header img {
    width: 64px;
    height: 64px;
    display: inline-flex;
    margin-right: 0% auto; /* Add some space between the image and the text */
}

main {
    text-align: center; background-color: #836FFF; border-radius: 20px; padding: 20px; margin: 20px auto; width: 100% - 1%; justify-content: center; align-items: center; display: flex; flex-direction: column; 
}

header {
    background-color: #15F5BA;
    width: 100% - 1%;
    margin: 0 auto;
    padding: 10px;
    height: max-content;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 50px;
}

footer {
    justify-content: baseline;
    position-anchor: bottom;
    position: relative;
    bottom: 0;
    text-align: center; 
    background-color: #211951; 
    border-radius: 20px; 
    padding: 5px; 
    margin: auto; 
    width: 99%;
}

body {
    background-image: url('img/background.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    margin: 0.8px;
    margin-right: 5%;
    margin-left: 5%;
    margin-top: 1%;
}

p, a {
    font-family: Revoma;
    font-size: 20px;
    margin: 5px;
}

p {
    color: white;
}

hr {
    width: 100%;
    display: block;
}

i {
    margin-bottom: 0 auto;
}

@font-face {
    font-family: BigSpace;
    src: url('font/BigSpace.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Revoma";
    src: url('font/Revoma.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Ascharge";
    src: url('font/Ascharge.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
