
@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap');

body, html {
    background-color: white;
    padding: 2em;
    font-family: "Indie Flower", 'Comic Sans MS', 'Chalkboard SE', 'Comic Neue', sans-serif;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color:black;
}

a {
    text-decoration: none;
    color: #fa7643;
    text-shadow: 0px 0px 1px #000;
}
a:hover {
    text-decoration: underline;
}
a:active {
    color: #fa7643;
}
a:visited {
    color: #fa7643;
}

.button a {
    text-decoration: none;
    color: black;
}
.button a:hover {
    color: black;
    text-decoration: none;
}
.button a:active {
    color: black;
    text-decoration: none;
}
.button a:visited {
    color: black;
    text-decoration: none;
}

h1 {
    font-size: 7vh;
    margin: 0;
    padding: 0;
}

h2 {
    font-size: 3vh;
    margin: 0;
    padding: 0;
}

ul {
    font-size: 2vh;
    margin: 0;
    padding: 0;
}

li {
    font-size: 2vh;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

p {
    font-size: 2vh;
    margin: 0;
    padding: 0;
    margin-bottom: 1em;
}


.character {
    width: max(20vw, 20vh);
    height: auto;
    margin: 2em;
    padding: 0;
}