/* � Copyright 2024 Pixiebell. All rights reserved. */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

/* Hide scroll bar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
    display: none;
}

/* Hide scroll bar for IE, Edge and Firefox */
body {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

body {
    display: block;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    /*background: url("../img/Background.webp") no-repeat;*/
    background: radial-gradient(circle, rgba(215,215,215,1) 0%, rgba(255,255,255,1) 100%);
}

nav {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

nav a {
    text-decoration: none;
}


* {
    box-sizing: border-box;
    zoom: 1;
}
