/*
    Copyright © 2019–2020 Leonhart231
    SPDX-License-Identifier: CC-BY-SA-4.0
*/

@import url("../stylesheet.css");

#character {
  font-size: x-large;
  text-align: center;
}

.description {
    font-size: large;
}

.quote {
  margin-left: 4em;
  margin-right: 4em;
}

table {
  margin: auto;
}
