*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Lora", sans-serif;
}
html, body {
  touch-action: manipulation;
}
body{
     visibility: hidden;
    transition: visibility 0s linear 0.1s, opacity 0.1s;
    opacity: 0;
}
a{
    text-decoration: none;
}

li{
    list-style: none;
}
button {
  pointer-events: auto;
}


