
body {
    background-color: rgb(126, 146, 152);
}

@font-face {
    font-family: 'AngelicWar';
    src: url('https://files.catbox.moe/0hwgn4.ttf') format('truetype'), url('https://files.catbox.moe/s0w6kx.otf') format('opentype');
}

h2 {
    font-family: 'AngelicWar', sans-serif;
    text-align: center;
    font-size: 60px;
    text-indent: .5em;
    letter-spacing: 1.5px;
    color: rgb(255, 254, 242);
}

.subpages {
    margin: auto;
    width: 500px;
    align-content: center;
    display: flex;
    justify-content: center; /* Centers horizontally */

}

.mii {
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center; /* Centers horizontally */
}
