
.container::-webkit-scrollbar,::-webkit-scrollbar{
    display:none
}

html {
    zoom: 1;
    scrollbar-width: none; 
    user-select: none !important;
    scrollbar-color:#090909;
    background-color: #000;
    color: #ffffff;
    font-family: 'Roboto', 'Bahnschrift', 'Segoe UI', sans-serif;
    background-image: url("https://www.quantamagazine.org/wp-content/uploads/2019/12/SingularityProof_Lede1300.gif");
    background-repeat: no-repeat;
    background-attachment: scroll; 
    background-size: cover;
    
}

body {
    user-select: none !important;
    height: 100%;               
    margin: 0;                  
    display: flex;
    flex-direction: column;     
    min-height: 100vh;
    background: linear-gradient(50deg, #080808e3, #030303e7, #030303, #030303e5, #070707c7);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    overflow-y: scroll;
}

body::before {
  content: "";
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: inherit;

  background-image:
    inherit,
    url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiBmaWxsPSIjMDAwIiBvcGFjaXR5PSIwLjAyIi8+PC9zdmc+");

  background-repeat: repeat;
  background-size: auto;
  z-index: -1;
  pointer-events: none;
  opacity: 1;
}


.content {
    flex-grow: 1;               
    padding: 1rem;
}

.topbar {
max-width: 100% !important;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 3rem;
  margin-top: 2rem;
  text-align: center;
  
  display: flex;                     
  align-items: center;                         
  
  background-color: rgb(8, 8, 8);
  color: rgb(27, 27, 27);
  transition: background-color 0.5s ease, transform 0.5s ease, color 0.5s;
  backdrop-filter: blur(10px), brightness(0.5);
}


.topbar:hover {
    background-color: rgb(243, 243, 243);
    color: #111111;
    transform: translateY(1rem);
}


.topbar .navbar-item {
    color: #f1f1f1 !important;
    text-decoration: none;
    margin-left: 2rem;
    margin-right: 2rem;
    font-size: 1.2rem;
    transition: all 0.5s ease;
}

.topbar:hover a {
    color: #000 !important;
}

.topbar .navbar-item:hover {
    color: #1a1920 !important;
    text-decoration: underline;
}


.topbar p {
    margin-top: 1rem;
    margin-bottom: auto;
}


.topbar img {
    display: block;
    margin: 10px;
    margin-right: 2rem;
    margin-left: 4rem;
}

.clickablelogo {
    display: inline-block;
    height: fit-content;
    width: fit-content;
}

.linkscontainer {
    display: flex;
    justify-content: center;   
    align-items: center;       
    flex-grow: 1;
    width: 100%;               
    margin-left: -10rem;
}

.pagebody {
    font-size: 13px;
    margin-top: 5rem !important;
    margin: 10rem;
    margin-left: none;

}
















footer.footer {
    background-color: #00000000;     
    color: rgba(255, 255, 255, 0.404);               
                 
    width: 100%;                
    position: relative;         
    transition: all 0.5s ease;
    bottom: 0;
}


.footer-container {
    padding-top: 1rem;
    padding-bottom: 0.5rem;
     transition: all 0.5s ease;
     width: 100%;
     max-width: 100% !important;
     margin: 0;
     bottom: 0;
     background-color: #000;
     opacity: 0.4;
     max-width: 100vw;
}

.footer-container:hover {
    opacity: 1;
}

.footer-content {
    gap: 10px;
    height: 10rem;
    text-align: left !important;
    display: flex;                     
    align-items: center;               
    padding: 0.5rem;
    padding-left: 0;
    padding-right: 0;
    transform: translateY(rem);
     transition: all 0.5s ease;
     margin: 10px;
     margin-left: 5rem;
     overflow-x: hidden;
     box-sizing: border-box;
}


.footerbox {
    text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
  position: relative;
  width: 13rem;
  height: 10vw;
}

.footerbox:not(:last-child) {
  border-right: 1px solid #333;  
  padding-right: 20px;
  margin-right: 20px;
}

.footerbox a {
  text-decoration: none;
  color: #ffffff8a;
}

.footerlist {
    list-style-type: none !important;    
    padding: 0;               
    margin: 0;                
    font-size: 0.8rem;        
    text-align: left !important;
}

footerlist li {
    margin-bottom: 0.5rem;    
}

.footer-container .copyright {
    display: inline-block;
    margin-right: 3px;
}

.listtitle {
    font-size: 1rem !important;
    font-weight: 600;
}

.footer-disclaimer {
    font-size: 9px;
}


@media (max-aspect-ratio: 3/4)  {




body {
    user-select: none !important;
    height: 100%;               
    margin: 0;                 
    display: flex;
    flex-direction: column;     
    min-height: 100vh;
    background: linear-gradient(50deg, #080808cc, #030303, #070707e8);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    overflow-y: scroll;
}



.content {
    flex-grow: 1;               
    padding: 1rem;
    
}

.topbar {
max-width: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 2rem;
  margin-top: 0rem;
  text-align: center;
  
  display: flex;                     
  align-items: center;  
  
  background-color: rgb(8, 8, 8);
  color: rgb(27, 27, 27);
  transition: background-color 0.5s ease, transform 0.5s ease, color 0.5s;
  backdrop-filter: blur(10px), brightness(0.5);
  gap: 100px;
}


.topbar:hover {
    background-color: rgb(243, 243, 243);
    color: #111111;
    transform: translateY(1rem);
}


.topbar .navbar-item {
    color: #f1f1f1 !important;
    text-decoration: none;
    font-size: 0.6rem;
    transition: all 0.5s ease;
    margin: 0.8rem;
    width: fit-content;
}

.topbar:hover a {
    color: #000 !important;
}

.topbar .navbar-item:hover {
    color: #1a1920 !important;
    text-decoration: underline;

}


.topbar p {
    margin-top: 1rem;
    margin-bottom: auto;
}


.topbar img {
    display: block;
    margin: 10px;
}

.clickablelogo {
    display: inline-block;
    height: fit-content;
    width: fit-content;
    margin-right: 10px;
    transform: scale(0.7);
}

.linkscontainer {
    display: flex;
    justify-content: center;   
    align-items: center;       
    flex-grow: 1;
    width: 100%;                
    margin-left: -10rem;
}

.pagebody {
    font-size: 13px;
    width: 100vw;
    margin: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;

}
















footer.footer {
    background-color: #00000000;     
    color: rgba(255, 255, 255, 0.404);              
    width: 100%;                
    position: relative;        
    transition: all 0.5s ease;
    bottom: 0;
}


.footer-container {
    padding-top: 1rem;
    padding-bottom: 0.5rem;
     transition: all 0.5s ease;
     width: 100%;
     max-width: 100% !important;
     margin: 0;
     bottom: 0;
     background-color: #000;
     opacity: 0.4;
     max-width: 100vw;
}

.footer-container:hover {
    opacity: 1;
}

.footer-content {
    gap: 10px;
    height: 10rem;
    text-align: left !important;
    display: flex;                     
    align-items: center;               
    padding-left: 0;
    padding-right: 0;
    transform: translateY(rem);
     transition: all 0.5s ease;
     margin: 0px;
     overflow-x: hidden;
     box-sizing: border-box;
}


.footerbox {
    text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px;
  position: relative;
  width: 10rem;
  height: 10vh;
}

.footerbox:not(:last-child) {
  border-right: 1px solid #333;  
  padding-right: 10px;
  margin-right: 10px;
}

.footerbox a {
  text-decoration: none;
  color: #ffffff8a;
}

.footerlist {
    list-style-type: none !important;   
    padding: 0;            
    margin: 0;               
    font-size: 0.5rem;        
    text-align: left !important;
}

footerlist li {
    margin-bottom: 0.5rem;    
}

.footer-container .copyright {
    display: inline-block;
    margin-right: 3px;
    font-size: 0.5rem;
}

.listtitle {
    font-size: 0.6rem !important;
    font-weight: 600;
}

.footer-disclaimer {
    font-size: 0.3rem;
}

.pagecontent {
    padding: none;
}

footer img {
    display: none;
}

}