html{
    font-size:62.5%;
}
body {
    font-family: 'Arita buri';
    background: #efe9dc;
    display:flex;
    flex-direction: column;
    margin:0 auto;
    align-items: center;
    width:100%;
}

a:hover {
    text-decoration: none !important;

}