*, :after, :before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: inherit;
    word-break:break-word
}

:root {
    scroll-behavior: smooth;
    line-height:1.4;
    font-family: ui-rounded, 'Hiragino Maru Gothic ProN', 
    Quicksand, Comfortaa, Manjari, 'Arial Rounded MT', 
    'Arial Rounded MT Bold', Calibri, source-sans-pro, sans-serif; 
}

body {
  display: grid;
  place-content: center;
  min-height: 100vh;
  background-color: #fcfcf9;
  color: #30132a;
  font-size: calc(1rem + .5vw);
  font: -apple-system-body;

}

a {
  color: #d78e47;
}

a:hover {
  color: #9379c5;
}

nav {
  display: flex;
  gap: 1rem;
}
