@charset "UTF-8";
body {
    background-color: azure;
}
html {
    font-size: 100%;
}
h1 {
    color: deepskyblue;
    font-family: 'M PLUS Rounded 1c';
}
h2 {
    color: cornflowerblue;
    font-family: 'M PLUS Rounded 1c';
}
h3 {
    color: dodgerblue;
    font-family: 'M PLUS Rounded 1c';
}
p {
    font-family: 'M PLUS Rounded 1c';
}