<style>
.entity-headerimage {
border-radius: 50% !important;
border: 3px solid gold;
animation: float 5s ease-in-out infinite;
}
@keyframes float {
0% {
box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
-webkit-transform: translatey(0px);
transform: translatey(0px);
}
50% {
box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
-webkit-transform: translatey(-30px);
transform: translatey(-30px);
}
100% {
box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
-webkit-transform: translatey(0px);
transform: translatey(0px);
}
}
.entity-wrapper {
width: 100%;
height: 100vh;
overflow: scroll;
overflow-x: hidden;
background: url(‘https://cdn.discordapp.com/attachments/776345413132877854/782660450205958174/753060-black-wallpaper.jpg’);
background-repeat: no-repeat;
background-size: cover;
scrollbar-width: none;
}
.entity-wrapper::-webkit-scrollbar {
display: none;
}
body{
scrollbar-width: none;
}
body::-webkit-scrollbar {
display: none;
}
#menu {
background: transparent;
}
.entity-contentdescription {
background: transparent !important;
border: none;
}
.entity-content__divider {
display: none;
}
.entity-hint {
display: none;
}
blockquote {
background: linear-gradient(90deg, #363636 30%, #fff0 100%) !important;
}
</style>