*,
*::after,
*::before {
    box-sizing: border-box;
}

body {
    box-sizing: border-box;
    font-family: "Ysabeau Infant";
    font-size: 24px;
    background-color: #f0e3ca;
    margin: 0;
}

img {
    vertical-align: bottom;
}

/* navigation standard css */
nav a:hover {
    cursor: pointer;
}

nav a {
    font-family: inherit;
    text-decoration: none;
    color: inherit;
}

.wrapper {
    overflow-x: hidden;
}

/* navigation standard css */