@import 'animations.css';
@import url("https://fonts.googleapis.com/css2?family=Fondamento:ital@0;1&display=swap");



@font-face {
	font-family: OldeTome;
	src: url("/public/fonts/OldeTome.ttf");
}

.font-fondamento {
	font-family: "Fondamento", cursive;
	font-weight: 400;
	font-style: regular;
}


.font-oldetome{
	font-family: OldeTome;
	font-style: regular;
}


:root {
	--primary: #ff2d39;
	font-family: OldeTome;
	font-size: 24px;
}

.flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.flex-container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100vw;
	height: 100vh;
	overflow-y: scroll;
}

.glow {
	box-shadow: 0px 0px 10px var(--primary);
}

.container {
	height: 100%;
	border: 16px solid transparent;
	border-image: url(/public/frame.png) 3.5% repeat;
	border-style: groove;
  box-shadow: 0 0 8px #000033, 0 0 4px #ff2d39 inset;
}



body {
	background-image: url("/public/wallpaper.png");
	background-size: cover; 
	background-attachment: fixed;
	color: var(--primary);
}

h3 {
	font-size: 32px;
}


#credits {
	height: auto;
	font-size: 16px;
	margin-bottom: 0.5rem;
}

#profilepic {
	position: relative;
	width: 100%;
	overflow: hidden;
}


#profile-container {
	display: block;
	position: relative;
	overflow: hidden;
}

#navbar-menu {
  list-style: none; /* Remove default bullets */  
  padding-left: 0; /* Remove default padding */  
}

 
#navbar-menu li {  
  position: relative;  
  padding-left: 24px; /* Space for the bullet */  
  margin-bottom: 1px; /* Spacing be	ween list items */  
}  
 
#navbar-menu li::before {  	
  content: url("/public/sq_spiral.gif"); /* Unicode square symbol */  
  position: absolute;  
  left: -12px; /* Align bullet to the left */  
  top: 4px; /* Vertically align with text */  
}  

.border-column {
	border-image: url(/public/columns_frame.png) 6.5% repeat;
}
