@import url('https://fonts.googleapis.com/css2?family=Coming+Soon&family=Parkinsans:wght@300..800&family=Pixelify+Sans:wght@400..700&family=Sour+Gummy:ital,wght@0,100..900;1,100..900&display=swap');

@import url('/fonts/Darling.ttf');
@font-face {
    font-family: 'Darling';
    src: url('/fonts/Darling.ttf') format('truetype');
}

html, body {
    cursor: url('../img/cursor.gif'), auto;
}

a {
  cursor: url('../img/cursor.gif'), auto;
  color: #f255fa;
}

* {
    scrollbar-color: #f255fa #e6e6e670;
    scrollbar-width: thin;
}

body {
    background-color: #f5c6e3;
    background-image: url(../img/bgteste2.jpg);
    background-attachment: fixed;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    width: 1000px;
    font-size: 0;
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    overflow-x: hidden;
    scrollbar-color: #f255fa #e6e6e670;
    scrollbar-width: thin;
    border-radius: 50px;
    border: 1px solid #fff;
    outline: 1px solid #585858;
}

body.dark-mode {
  background: #111;
  background-image: url(../img/bgdarkmode.jpg);
  background-attachment: fixed;
  color: #eee;
}

#dark-toggle {
    object-fit: contain;
    background-color: rgba(180, 245, 233, 0.5);
    border: 1px solid #fff;
    outline: 1px solid #585858;
    border-radius: 50px;
    box-shadow: 0px 2px 5px #f9ffff99 inset, 0px -2px 5px #f9ffff99 inset;
    font-size: 18px;
    color: #585858;
    text-shadow: #ffffff 1px 0px, #ffffff -1px 0px, #ffffff 0px 1px, #ffffff 0px -1px, #5a5a5a 2px 2px 5px;
}

header {
    background: linear-gradient(105deg, rgba(255,164,214,1) 10%, rgba(255,201,139,1) 30%, rgba(255,255,159,1) 40%, rgba(214,255,197,1) 50%, rgba(207,255,213,1) 60%, rgba(207,255,238,1) 70%, rgba(207,255,238,1) 80%, rgba(208,220,235,1) 90%, rgba(229,196,224,1) 100%);
    box-shadow: 0px 11px 5px #FFFFDD99 inset, 0px -5px 10px #FFFFDD99 inset;
    width: 1000px;
    text-align: center;
    margin: 0px 0px 1px 0px;
    border-radius: 50px 50px 0px 0px;
}

body.dark-mode header {
  background: linear-gradient(105deg, rgba(136,51,97,1) 10%, rgba(153,87,33,1) 30%, rgba(153,153,51,1) 40%, rgba(64,102,56,1) 50%, rgba(68,110,76,1) 60%, rgba(50,120,120,1) 70%, rgba(50,120,120,1) 80%, rgba(60,80,100,1) 90%, rgba(91,62,91,1) 100%);
  box-shadow: 0px 11px 5px #a5a5a399 inset, 0px -5px 10px #a5a5a399 inset;
  color: #eee;
}

h1 {
    text-shadow: #585858 1px 0px, #585858 -1px 0px, #585858 0px 1px, #585858 0px -1px, #f499d3 5px 5px 5px;
    color: #fff;
    font-family: 'Darling', serif;
    font-size: 50px;
    margin: 0px 0px 0px 0px;
}

body.dark-mode h1 {
  text-shadow: #ffffff 1px 0px, #ffffff -1px 0px, #ffffff 0px 1px, #ffffff 0px -1px, #67204d 5px 5px 5px;
  color: #444444;
}

#title {
    text-decoration: none;
}

h1.gradient {
    background-color: #fff;
    background: linear-gradient(to bottom, #f2f2f2 0%,#f7f7b4 55%,#ffc6f6 56%,#ffc6f6 56%,#d7a8ff 70%,#9ff7fc 80%,#9ff7fc 80%,#f2f2f2 100%);
    background-clip: text;
    color: transparent;
    font-size: 50px;
    text-shadow: none;
    font-weight: 900;
}

h2 {
    font-family: 'Sour Gummy', sans-serif;
    font-size: 30px;
    color: #82dabd;
    text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px 2px, #fff 0px -2px, #f499d3 5px 5px 5px;
}

body.dark-mode h2 {
    color: #214338;
    text-shadow: #ffffff 1px 0px, #ffffff -1px 0px, #ffffff 0px 1px, #ffffff 0px -1px, #67204d 5px 5px 5px;
}

h3 {
    font-size: 20px;
    text-shadow: #585858 1px 0px, #585858 -1px 0px, #585858 0px 1px, #585858 0px -1px, #f499d3 5px 5px 5px;
    color: #f499d3;
    font-family: 'Coming Soon';
}

body.dark-mode h3 {
    text-shadow: #cecece 1px 0px, #cecece -1px 0px, #cecece 0px 1px, #cecece 0px -1px, #cecece 5px 5px 5px;
    color: #5f5f5f;
}

strong {
    color: #d67ab4;
    text-shadow: #fff 1px 0px, #fff -1px 0px, #fff 0px 1px, #fff 0px -1px;
}

body.dark-mode strong {
    text-shadow: #cecece 1px 0px, #cecece -1px 0px, #cecece 0px 1px, #cecece 0px -1px;
    color: #67204d;
}

a:hover {
    color: #f499d3;
    text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px 2px, #fff 0px -2px;
}

body.dark-mode a:hover {
  color: #000;
  text-shadow: #cecece 2px 0px, #cecece -2px 0px, #cecece 0px 2px, #cecece 0px -2px;
}

nav a {
    color: #fff;
    text-decoration: none;
}

nav a:hover {
    color: #f499d3;
    text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px 2px, #fff 0px -2px;
}

body.dark-mode nav a:hover {
  color: #000;
  text-shadow: #cecece 2px 0px, #cecece -2px 0px, #cecece 0px 2px, #cecece 0px -2px;
}

nav ul {
    margin: 0;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    display: flex;
    list-style: none;
}

nav li {
    display: inline-block;
    margin: 0px 50px 0px 50px;
}

nav {
    width: 1000px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: lowercase;
    background: linear-gradient(180deg, #FFF 30%, #c3d7de 60%);
    background-color: #c3d7de;
    margin: 0px 0px 1px 0px;
    padding: 5px 0px 5px 0px;
    border: 1px solid #fff;
    box-shadow: 0 -1px 0 0 #585858, 0 1px 0 0 #585858;
    letter-spacing: 1px;
    color: #fff;
    font-family: 'Coming Soon';
    font-weight: 600;
    font-size: 16px;
    text-shadow: #585858 1px 0px, #585858 -1px 0px, #585858 0px 1px, #585858 0px -1px;
}

body.dark-mode nav {
    background: linear-gradient(180deg, #888c91 30%, #5b6b73 60%);
    border: 1px solid #fff;
    box-shadow: 0 -1px 0 0 #585858, 0 1px 0 0 #585858;
    color: #fff;
    text-shadow: #585858 1px 0px, #585858 -1px 0px, #585858 0px 1px, #585858 0px -1px;
}

#lowernav {
    width: 1000px;
    height: 10px;
    text-align: center;
    text-transform: lowercase;
    background: linear-gradient(180deg, #FFF 30%, #fff8c9 60%);
    background-color: #fff8c9;
    margin: 0px 0px 1px 0px;
    padding: 5px 0px 5px 0px;
    border: 1px solid #fff;
    box-shadow: 0 1px 0 0 #585858;
    color: #585858;
}

body.dark-mode #lowernav {
    background: linear-gradient(180deg, #888888 30%, #8a7e52 60%);
    border: 1px solid #fff;
    box-shadow: 0 1px 0 0 #585858;
    color: #585858;
}

main {
    max-width: 1000px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    overflow: hidden;
}

aside h2 {
    margin: 0 0 1px 0;
    padding: 0px 0px 0px 5px;
    font-family: 'Sour Gummy', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: lowercase;
    text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px 2px, #fff 0px -2px;
    background-color: #bcefe0;
    background: linear-gradient( to right, rgba(245, 200, 200, 0.925) 0%, rgba(241, 195, 234, 0.925) 20%, rgba(247, 152, 195, 0.925) 40%, rgba(224, 130, 238, 0.925) 60%, rgba(190, 175, 241, 0.925) 80%, rgba(151, 245, 235, 0.925) 100% );
    border: 1px solid #fff;
    box-shadow: 0 -1px 0 0 #585858, 0 1px 0 0 #585858;
    color: #585858;
}

body.dark-mode aside h2 {
    text-shadow: #232121 2px 0px, #232121 -2px 0px, #232121 0px 2px, #232121 0px -2px;
    background: linear-gradient( to right, rgba(80, 14, 14, 0.925) 0%, rgba(82, 16, 72, 0.925) 20%, rgba(74, 14, 41, 0.925) 40%, rgba(72, 14, 81, 0.925) 60%, rgba(27, 13, 74, 0.925) 80%, rgba(7, 59, 54, 0.925) 100% );
    border: 1px solid #fff;
    box-shadow: 0 -1px 0 0 #585858, 0 1px 0 0 #585858;
    color: #f6f6f6;
}

p {
    text-align: justify;
}

body.dark-mode img {
  filter: brightness(0.8);
}

.info-table {
  border-collapse: separate;
  border-spacing: 5px;
  text-align: left;
}

.info-table tr {
    background-color: rgb(245, 180, 193, 0.5);
}

.info-table td {
    border: 1px solid #fff;
    outline: 1px solid #585858;
}

ul {
    list-style-image: url('http://blog.prismatic.pink/wp-content/uploads/2024/10/icon-gif.gif');
    padding: 0px 0px 0px 20px;
    text-align: justify;
}

ol {
    text-align: justify;
}

.no-button {
    font-family: 'Sour Gummy', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    color: #585858;
    text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px 2px, #fff 0px -2px;
    display: inline-flex;
    width: 88px;
    height: 31px;
    background: linear-gradient(105deg, rgba(255,164,214,1) 10%, rgba(255,201,139,1) 30%, rgba(255,255,159,1) 40%, rgba(214,255,197,1) 50%, rgba(207,255,213,1) 60%, rgba(207,255,238,1) 70%, rgba(207,255,238,1) 80%, rgba(208,220,235,1) 90%, rgba(229,196,224,1) 100%);
    border: 1px solid #585858;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
}

aside {
    width: 200px;
    height: inherit;
    margin: 0;
    float: left;
    color: #585858;
    padding: 0;
    background-color: rgb(245, 180, 193, 0.5);
    font-size: 14px;
    letter-spacing: 1px;
    font-family: 'Georgia';
    flex-shrink: 0;
}

body.dark-mode aside {
    background-color: rgba(107, 40, 54, 0.5);
    color: #cecece;
}

aside ul {
    margin: 0;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

aside li {
    display: flex;
    background: linear-gradient(180deg, #FDDCFF 30%, #f5b4c1 60%);
    border: 1px solid #fff;
    font-family: 'Sour Gummy', sans-serif;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: lowercase;
    list-style-type: none;
}

body.dark-mode aside li {
  background: linear-gradient(180deg, #5c2d5f 30%, #8c3f50 60%);
}

aside li a {
  display: block; 
  width: 100%;     
  height: 100%; 
  padding: 0; 
  color: #fff;
  text-shadow: #585858 2px 1px 1px;
  text-decoration: none;
}

aside a {
    color: #fff;
    text-shadow: #585858 2px 1px 1px;
    text-decoration: none;
}

aside a:hover {
    color: #f499d3;
    text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px 2px, #fff 0px -2px;
}

body.dark-mode aside a:hover {
  color: #000;
  text-shadow: #cecece 2px 0px, #cecece -2px 0px, #cecece 0px 2px, #cecece 0px -2px;
}

aside li:hover {
    background: linear-gradient(180deg, #FDDCFF 30%, #99f4d5 60%);
}

body.dark-mode aside li:hover {
  background: linear-gradient(180deg, #633a63 30%, #1c4f3f 60%);
}

#rainbow {
    width: 100%;
    text-align: center;
    text-transform: lowercase;
    background: url('http://blog.prismatic.pink/wp-content/uploads/2024/11/bg-rainbow.gif');
    background-color: #b0e6ac;
    color: #585858;
    margin: 0;
    font-family: 'Pixelify Sans';
    font-size: 10px;
    height: 28px;
}

section {
    text-align: center;
    background-color: rgb(255, 255, 255, 0.5);
    color: #585858;
    margin: 0;
    padding: 5px;
    border: 1px solid #fff;
    outline: 1px solid #585858;
    font-family: 'Georgia';
    letter-spacing: 1px;
    font-size: 14px;
    position: relative;
    z-index: 0;
    width: 100%;
}

body.dark-mode section {
  color: #cecece;
  background-color: rgba(50, 50, 50, 0.5);
}

section a {
    color: #f255fa;
}

.profile {
    display: flex;
}

.profile-table {
  border: 0;
  padding: 0;
  table-layout: auto;
  justify-content: center;
  border-collapse: collapse;
  border-spacing: 1px;
  width: 100%;
}

.profile-table td, th {
  padding: 0;
  margin: 0;
  width: 50%;
  vertical-align: middle;
  text-align: center;
  word-break: break-word;
  white-space: normal;
}

.contentbox {
    border: 1px solid #fff;
    outline: 1px solid #585858;
    text-align: center;
    width: 100%;
    low-x: hidden;
    overflow-y: scroll;
    scrollbar-color: #f255fa #e6e6e670;
    scrollbar-width: thin;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: 'Georgia';
}

body.dark-mode .contentbox {
    scrollbar-color: #82194e #e6e6e670;
}

.homeelements {
    display: flex;
}

.scrollbar {
    text-align: center;
    width: 100%;
    low-x: hidden;
    overflow-y: scroll;
    scrollbar-color: #f255fa #e6e6e670;
    scrollbar-width: thin;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: 'Georgia';
}

body.dark-mode .scrollbar {
    scrollbar-color: #82194e #e6e6e670;
}

#bottom-elements {
    border-radius: 0 0 50px 50px;
    margin: 1px 0px 0px 0px;
    overflow: hidden;
    box-shadow: 0 -1px 0 0 #585858;
    z-index: 1;
}

#upperfooter {
    width: 1000px;
    height: 10px;
    text-align: center;
    text-transform: lowercase;
    background: linear-gradient(180deg, #FFF 30%, #fff8c9 60%);
    background-color: #fff8c9;
    margin: 1px 0px 1px 0px;
    padding: 5px 0px 5px 0px;
    border: 1px solid #fff;
    box-shadow: 0 1px 0 0 #585858;
    color: #585858;
}

body.dark-mode #upperfooter {
    background: linear-gradient(180deg, #888888 30%, #8a7e52 60%);
    border: 1px solid #fff;
    box-shadow: 0 1px 0 0 #585858;
    color: #585858;
}

footer {
    width: 1000px;
    height: 20px;
    text-align: center;
    text-transform: lowercase;
    background: linear-gradient(180deg, #FFF 30%, #b0e6ac 60%);
    background-color: #b0e6ac;
    color: #585858;
    text-shadow: #f255fa 2px 2px 2px;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 5px 0px;
    font-family: 'Pixelify Sans';
    font-size: 12px;
    letter-spacing: 1px;
    border: 1px solid #fff;
}

body.dark-mode footer {
   background: linear-gradient(180deg, #888d88 30%, #4a7b48 60%);
   color: #cecece;
}

.zoom:hover {
    transform: scale(1.1);
    transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.zoom {
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.pixel:hover {
    transform: scale(3);
    image-rendering: pixelated;
    transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.pixel {
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

    /* Sticker Sheet Club Styling
    http://www.stickersheetclub.neocities.org 
    */
    
    /* Table Styling */
    .stickersheet {
      background-color: #fdc2ce; 
      border: 1px solid #fdc2ce;
      width: 250px;
    }
		/* Space between the stickers */
		.stickersimg td img {
      padding:0px 5px;
		}
	
    /* Black shadow around stickers
    You can change or remove this if you want */
		.stickersimg img {
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
		}
			
    /* To customize mulitple sets of tables:
    Each sticker sheet has 3 tables: ssclubheader_#, ssclubstickers_#, and #ssclubfooter_#. 
    Give each set of tables a different number.
    */
	    
    #ssclubheader_1 {
    /* You can use the background header image code here and remove it from the HTML.
     background-image:url('https://stickersheetclub.neocities.org/images/stickersheetheader.png'); 
    background-repeat: no-repeat; 
    background-position: top center;
    */
    }
			
  	#ssclubstickers_1 {
    /* You can add a different background color or image here too! */
    }
			
    #ssclubfooter_1 {
    /* Here too! */
    }

    /* ===== main container ===== */
.objets {
	flex-direction: column;
	width: 230px;
	border: 1px solid #715796;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	background-color:#c4fff7;
	font-family: Verdana;
	font-size: 9px;
	color: #715796;
}
/* ===== main header container ===== */
.hfd {
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	margin-top:3px;
	margin-bottom: 3px;
	width: 95%;
	padding:2px;
	background-color:#d998d7;
	border: 1px solid #715796;
	display: flex;
	justify-content: center;
	align-items: center;
}
/* ===== small headers ===== */
.objets h1 {
	font-family: Verdana;
	font-size:10px;
	font-weight:normal;
	margin-left: auto;
	margin-right: auto;
	margin-top:5px;
	padding:2px;
	letter-spacing: .09em;
	line-height: .9em;
	text-align: center;
	color:#ffffff;
	width: 95%;
	height: 11px;
	border: 1px solid #715796;
	background-color: #3e8ac6;
}
/* ===== box ===== */
.objetinner {
	flex-direction: column;
	width: 172px;
	height: 186px;
	margin: auto;
	background-image: url('https://i.ibb.co/6PTTHvs/cab.png');
}
/* ===== scrolling tray for collections ===== */
.tray{
	box-sizing: border-box;
	width: 120px;
	height: 43px;
	top: 107px;
	left: 26px;
	border: 0px solid white;
	position:relative;
	overflow-x: scroll;
	overflow-y:hidden;
	white-space: nowrap;
	align-items: flex-end;
	justify-content: center;
	flex-wrap:wrap;
}
.tray img {
	margin:3px;
}
/* ===== area for your objets ===== */
.myobjets {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	flex-wrap:wrap;
}
.myobjets img {
	margin:3px;
}
/* ===== scrollbar css ===== */
/* firefox */
* {
	scrollbar-width: thin;
	scrollbar-color: #fbd3b8;
}
/* chrome, edge, and safari */
.tray::-webkit-scrollbar {
	height: 5px;
}
.tray::-webkit-scrollbar-thumb {
	background-color: #fbd3b8;
}
.tray::-webkit-scrollbar-track {
    background: transparent;
  }

  

  #right-click {
    display: none;
    position: fixed;
    z-index: 1000;
    width: 100px;
    height: 150px;
    background-color: rgba(245, 180, 193, 0.5);
    border: 1px solid #fff;
    outline: 1px solid #585858;
    color: #585858;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
    font-size: 14px;
    letter-spacing: 1px;
    font-family: 'Sour Gummy', cursive;
    padding: 5px;
  }

  #right-click ul {
    color: #585858;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: 'Sour Gummy', cursive;
  }

  #right-click li {
    color: #585858;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: 'Sour Gummy', cursive;
  }

  #right-click a {
    text-decoration: none;
    color: #585858;
    display: block;
    width: 100%;
  }

  #right-click li:hover {
    background-color: #f0f0f0;
  }

        #scrollToTopBtn {
      position: fixed;
      bottom: 40px;
      right: 20px;
      z-index: 100;
      display: none;
      padding: 12px 16px;
      background: rgb(245, 180, 193, 0.5);
      box-shadow: 0px 11px 5px #FFFFDD99 inset, 0px -5px 10px #FFFFDD99 inset;
      color: white;
      text-shadow: #585858 1px 0px, #585858 -1px 0px, #585858 0px 1px, #585858 0px -1px, #f499d3 5px 5px 5px;
      border: 1px solid #fff;
      outline: 1px solid #585858;
      border-radius: 50px;
      font-size: 18px;
      cursor: pointer;
      box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    }

    #scrollToTopBtn.show {
      display: block;
    }

   @media (max-width: 768px) {
  #left-aside {
    position: fixed;
    top: 0;
    left: -100%;
    width: 250px;
    height: 100%;
    background: rgb(245, 180, 193, 0.5);
    border: 1px solid #fff;
    outline: 1px solid #585858;
    overflow-y: auto;
    transition: left 0.3s ease-in-out;
    z-index: 1000;
  }

  .menu-open #left-aside {
    left: 0;
  }

#menu-toggle {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 1100;
    background: rgb(245, 180, 193, 0.5);
    box-shadow: 0px 11px 5px #FFFFDD99 inset, 0px -5px 10px #FFFFDD99 inset;
    border: 1px solid #fff;
    outline: 1px solid #585858;
    color: white;
    text-shadow: #585858 1px 0px, #585858 -1px 0px, #585858 0px 1px, #585858 0px -1px, #f499d3 5px 5px 5px;
    font-size: 24px;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
    transition: left 0.3s ease;
  }
    .menu-open #menu-toggle {
  left: 250px;
  }

      #scrollToTopBtn {
      position: fixed;
      bottom: 40px;
      right: 20px;
      z-index: 100;
      display: none;
      padding: 12px 16px;
      background: rgb(245, 180, 193, 0.5);
      color: white;
      text-shadow: #585858 1px 0px, #585858 -1px 0px, #585858 0px 1px, #585858 0px -1px, #f499d3 5px 5px 5px;
      border: 1px solid #fff;
      outline: 1px solid #585858;
      border-radius: 50px;
      font-size: 18px;
      cursor: pointer;
      box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    }

    #scrollToTopBtn.show {
      display: block;
    }
}

@media screen and (min-width: 768px) {
  #menu-toggle {
    display: none;
  }

}

@media (max-width: 767px) {

   body {
    width: 95%;
    max-width: 100vw;
    margin: 10px;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    }

    header {
    width: 100%;
    max-width: 100vw;
    }

    nav {
    width: 100%;
    max-width: 100vw;
    display: flex;
    flex-direction: column;
    height: auto;
    }

    nav ul {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    align-items: center;
  }
  
  nav ul li {
    width: 100%;
    text-align: center;
  }

    main {
    width: 100%;
    max-width: 100vw;
    display: flex;
    flex-direction: column;
  }

    #main-content {
    width: 100%;
    max-width: 100vw;
    display: flex;
    flex-direction: column;
  }

    .profile {
    display: flex;
    flex-direction: column;
  }

  section {
    width: 100%;
  max-width: 100vw;
  padding: 20px;
  order: 1;
  box-sizing: border-box;
    }

  .cliques {
    order: 4;
    width: 100%;
    max-width: 100vw;
  }

    #right-aside {
    order: 5;
    width: 100%;
    max-width: 100vw;
  }

    .welcome {
    width: 100%;
    }

    #lowernav {
    width: 100%;
    max-width: 100vw;
    }

  .some-column {
    width: 100%;
    max-width: 100vw;
    margin-bottom: 20px;
  }
    .affies-banners {
    width: 100%;
    max-width: 100vw;
    order: 2;
    }

    .home-elements {
    width: 100%;
    max-width: 100vw;
    order: 3;
    }

    #buttons {
    width: 100%;
    max-width: 100vw;
    order: 6;
    }

    #upperfooter {
    width: 100%;
    max-width: 100vw;
    order: 7;
    }

   footer {
    width: 100%;
    max-width: 100vw;
    order: 8;
    }

}
