@font-face {
    font-family: 'Fishhandwriting-Regular';
    src: url(Fishhandwriting-Regular.otf);
}
html{
    font-family: 'Fishhandwriting-Regular', sans-serif;
    filter: sepia(10%);
    font-size: 1.5em;
    text-align: right;
    background-color: #2a2a1e;
    color: #f0eac7;
}
img{
    display: block;
    margin: auto;
    max-width: 800px;
}
h1{
    text-align: center;
}
h2{
    text-align: center;
}
#intro{
    text-align: center;
}