:root {
    --header-image: url('https://neocities.org');
    --body-bg-image: url("https://neocities.org");
    --content: #d1f1f5;
    --title-color: #fceaff;
    --box-bg: #FAFAFA;
}

@font-face {
    font-family: Nunito;
    src: url('https://neocities.org');
}

@font-face {
    font-family: Nunito;
    src: url('https://neocities.org');
    font-weight: bold;
}

h1{
    font-family: "Press Start 2P", system-ui;}
    font-weight: 400;
    font-style: normal;
    }

.press-start-2p-regular {
    font-family: "Press Start 2P", system-ui;
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: "nunito", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding-bottom: 20px;
    background-color: #FAFAFA;
    color: #202326;
    background-image: url("/bgusagi.gif");
    background-repeat: repeat;
    background-size: 5%;
}

/* ₊˚ʚ  ₊🌎˚✧ ﾟ.GLOBAL SETTINGS₊˚ʚ  ₊🌎˚✧ ﾟ. */
* {
    box-sizing: border-box;
    cursor: none; 
}


/*˚ʚ♡ɞ˚⬩➤ MY CURSOR ⬩˚ʚ♡ɞ˚➤*/
.animated-cursor {
  width: 70px;
  height: 70px;
  background-image: url('/Cursor/vivimigli-heart-cursor.gif');
  background-size: contain;
  background-repeat: no-repeat;
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-25%, -10%);
  top: 0;
  left: 0;
}

/*UPPIES CLOUDS(inspired by whimsical.heartette.net, check her site!!)*/
#clouds {
  margin-bottom: -110px;
  width:100%;
  height:200px;
  background-image: url("/bg/vivimigli-stary-sky.png");
  background-size: contain;
  }

#container {
    max-width: 1100px;
    margin: 0 auto;
    margin: -60px auto 0 auto;
    position: relative;
    background: var(--box-bg);
    padding: 20px;
    background-color: transparent;
    border-radius: 15px;
    z-index: 2;
}

#nuvenzitas {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 5;
    pointer-events: none;
  }

/*⊹₊˚‧︵‿₊୨ᰔ୧₊‿︵‧˚₊⊹BLINKIES SLIDER TOPBAR(๑>؂•̀๑)⊹₊˚‧︵‿₊୨ᰔ୧₊‿︵‧˚₊⊹ */

/* #topBar {
    background: #FAFAFA;
    border-top: 2px;
    border-bottom:5px;
    border-left: 2px;
    border-right: 2px;
    border-radius: 5px;
    border-style: solid;
    border-color: #202326;
    padding: 5px;
    text-align: center;
    font-size: 12px;
    color: #202326;
}

#blinkies-marquee {
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}

#marquee {
    display: block;
    width: 100%;
    overflow: hidden;
}

#marquee-inner {
    display: inline-flex;
    vertical-align: top;
    animation: marquee-scroll 30s linear infinite;
}

#marquee-inner span {
    display: inline-flex;
    gap: 6px;
    flex-shrink: 0;
}

#marquee-inner img {
    display: block;
}

@keyframes marquee-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
*/
/*⊹₊˚‧︵‿₊୨ᰔ୧₊‿︵‧˚₊⊹ END OF BLINKIES SLIDER TOPBAR(๑>؂•̀๑)⊹₊˚‧︵‿₊୨ᰔ୧₊‿︵‧˚₊⊹ */

#header {
    background-image: url("https://vivimigli.neocities.org/vivimigli-header-img-angel.png");
    background-size: cover;
    background-position: center;
    width: 100%;
    margin-top:10px;
    border-top: 2px;
    border-bottom:5px;
    border-left: 2px;
    border-right: 2px;
    border-radius: 5px;
    border-style: solid;
    border-color: #202326;
}


/*⋆.˚MY MAIN MENU!(˶>⩊<˶)⋆.˚*/

#navbar ul {
    list-style: none;
    font-family: Swanky and Moo Moo, sans-serif;
    font-size: 22px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center; 
    background: transparent;
    gap: 10px;
}

#navbar ul li {
    flex:1;
  }

#navbar li a {
    border-top: 2px;
    border-bottom: 5px;
    border-left: 2px;
    border-right: 2px;
    border-radius: 5px;
    border-style: solid;
    border-color: #202326;
    background-color: transparent;
    color: #202326;
    padding: 10px 0px;
    margin: 10px 0px;
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    transition: all 0.4s ease;
}


#navbar ul li.home a:hover {
    background-color: #DEF0FF !important;
    border-color: #64B6FA !important;
    color: #64B6FA !important;
}

#navbar ul li.about a:hover {
    background-color: #DBFFEE !important;
    border-color: #54B8B3 !important;
    color: #54B8B3 !important;
}

#navbar ul li.illustrations a:hover {
    background-color: #FCD7DE !important;
    border-color: #DE5069 !important;
    color: #DE5069 !important;
}

#navbar ul li.fashion a:hover {
    background-color: #FFEACD !important;
    border-color: #F29E2C !important;
    color: #F29E2C !important;
}

#navbar ul li.nail a:hover {
    background-color: #E1D5E7 !important;
    border-color: #9041B5 !important;
    color: #9041B5 !important;
}

#navbar ul li.photography a:hover {
    background-color: #E2F2D9 !important;
    border-color: #6BB346 !important;
    color: #6BB346 !important;
}

/*⋆.˚END OF THE MAIN MENU(˶>⩊<˶)⋆.˚*/

#leftSidebar {
    display: none;
}

#flex {
    display: flex;
    justify-content: space-between;
}

main {
    flex: 1;
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
}

aside {
    width: 220px;
    flex-shrink: 0;
}

.box {
    background: rgba(0, 0, 0, 0.2);
    font-family: Dongle, sans-serif;
    font-size:18px;
    line-height: 0.8;
    padding: 10px;
    border-top: 2px;
    border-bottom: 5px;
    border-left: 2px;
    border-right: 2px;
    border-radius: 5px;
    border-style: solid;
    border-color: #202326;
}

footer {
    text-align: center;
    padding: 10px;
    font-size: 12px;
    background: #000;
}


