@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaisei+HarunoUmi&family=M+PLUS+1p:wght@300&family=Yusei+Magic&display=swap');

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    font-weight: 700;
    font-family: 'Titillium Web', 'M PLUS 1p', sans-serif;
}

body {
    font-family: 'Titillium Web', 'M PLUS 1p', sans-serif;
}

a:link {
  text-decoration: none;
}
a:link:hover {
  text-decoration: underline;
}

/* Table: */
/*tr:nth-child(even){*/
/*    background:#F2F2F2;*/
/*}*/
/*th{*/
/*    background:#CACACA;*/
/*}*/
/*th:nth-child(odd){*/
/*    background:#DEDEDE;*/
/*}*/

.froufrou::before {
    content: "\2042";
    display: block;
    text-align: center;
    margin: 30px 0;
}
