<head>
<style>
.page_cover, .width.padding:first-of-type {
display: none !important;
}
@keyframes fadeUp {
from {
transform: translateY(50px);
opacity: 0;
}
to {
transform: translateY(0);
opacity: 1;
}
}
.notion-scroller {
animation: 1s ease fadeUp;
}
</style>
</head>

https://ebook.sconn.io/getmybook

