@import url('https://fonts.googleapis.com/css2?family=Darker+Grotesque:wght@900&family=Luckiest+Guy&family=Public+Sans:wght@600&display=swap');

body {
	overflow-x: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Righteous', sans-serif;
	background-color: #feffb1;
}

h1 {
	font-family: 'Righteous', cursive;
}

h2, h3, h4, h5 {
	font-family: 'Righteous', sans-serif;
}

h2 {
	font-size: 2em;
}

.dashboard {
	padding: 5em;
	padding-right: 5em;
   background: transparent
    url(https://cdn.glitch.global/7781a5c1-431d-487d-b3be-024792a53b09/gold?v=1713762300809)
    no-repeat;
  background-size: contain;
  width: 100%;
  height: 295px;
  
}

.neo-box {
  background: #ffe19d;
	box-shadow: 7px 10px 0px 3px rgba(158,114,70);
-webkit-box-shadow: 7px 10px 0px 3px rgba(158,114,70);
-moz-box-shadow: 7px 10px 0px 3px rgba(158,114,70);
	border-radius: 20px;
	padding: 0px;
	background-color: rgb(255,225,157);
} */

.profile {
  
	margin: 15px;
  background-color: #ffe19d;
	padding: 0px;
  padding-top: 0px;
	padding-bottom: 10px
} 

.profile h2 {
	line-height: 100%;
  text-align: center;
	margin-top: 0;
}
.profile h1 {
	font-size: 10vw;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 100%;
}

/*.profile > div {
	margin-top: 2em;
	display: flex;
	align-items: center;
	gap: 2em;
}
.profile img {
	width: 16vw;
	padding-left: 1em;
	padding-top: 1em;
}
.sun {
	position: absolute;
	width: 20vw;
	right: 4vw;
	top: 250px;
	transform: translatey(0px);
	animation: float 6s ease-in-out infinite;
}*/ 



.data {
	margin-top: 5em;
	align-items: center;
	gap: 2em;
	display: flex;
	justify-content: space-between;
  background: #ffe19d;
  border-radius: 20px;
}

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}

.achievements {
	display: flex;
	justify-content: space-between;
	gap: 1em;
}

.achievements > div {
	margin: 1em;
	width: 50%;
	margin-bottom: 3em;
}

.data > div {
	margin: 3em;
	width: 33%;
	margin-left: 0;
	margin-bottom: 1em;
}

.data > div:first-child {
	margin-left: 0px;
}

.data > div:last-child {
	margin-right: 0px;
}

@media only screen and (max-width: 1130px) {
  .data, .achievements {
    display: block;
  }
	
	.data > div {
		width: calc(100% - 2em);
	}
	 .achievements > div {
		width: calc(100% - 4em);
	}
	
	.profile > div {
		display: block;
		text-align: center;
	}
	
	.profile > div > img {
		width: 90%;
		max-width: 300px;
		margin: auto;
		margin-bottom: 2em;
	}
	
	.subtitle {
		padding-left: 3em;
		margin-left: -0.5em;
	}
	
	table {
		width: 100%;
	}
	
}

.number {
	font-family: 'Righteous', sans-serif;
	font-size: 3em;
}

table tr th {
	font-family: 'Righteous', sans-serif;
	font-size: 1.2em;
	text-align: left;
	font-weight: bold;
}

table tr td, table tr th {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 0.5em;
}

.marquee {
	margin: 0 auto;
	white-space: nowrap;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 0.5em;
	background: #F58BA8;
	right: 0;
  font-family: 'Righteous', sans-serif;
}
    
.marquee > span {
	display: inline-block;
	padding-left: 100%;
	animation: marquee 50s linear infinite;
}

.marquee span span {
	padding-left: 3em;
	padding-right: 3em;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

.progress-container {
	background-color: #edd06121;
	box-shadow: 7px 10px 0px 3px rgba(0,0,0,1);
-webkit-box-shadow: 7px 10px 0px 3px rgba(0,0,0,1);
-moz-box-shadow: 7px 10px 0px 3px rgba(0,0,0,1);
	border-radius: 10px;
	height: 30px;
	width: 80%;
	margin: auto;
	border-radius: 50px;
	margin-top: 0.5em;
	margin-bottom: 3em;
}

.progress-bar {
	background-color: #f2d048;
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
	height: 100%;
}

.subtitle {
	display: flex;
	align-items: center;
	gap: 1em;
	margin-bottom: 1em;
	position: relative;
	text-align: center;
}

.subtitle img {
	height: 120px;
	left: -40px;
	top: -40px;
	position: absolute;
}

.subtitle h2 {
	text-align: center;
	width: 100%;
	font-size: 2em;
}

table {
	margin: auto;
	margin-bottom: 2em;
}

table tr td {
	
    border-radius: 10px;
    padding: 0.5em;
    box-shadow: 2px 2px 0px 1px rgba(0,0,0,1);
}

table tr td:first-child {
	background: #FFD268;
	color: white;
	box-shadow: 2px 2px 0px 1px rgba(0,0,0,0.4);
}

/*ul {
	padding-left: 0;
}

ul li {
	list-style: none;
	text-align: center;
	margin-bottom: 1em;
}
*/
.credits {
	text-align: center;
	padding-bottom: 2em;
}

a {
	color: black;
}

button {
	cursor: pointer;
	font-size: 1.2em;
	border: 5px;
	transform: translateY(-5px);
	font-family: 'Righteous', sans-serif;
	background: #e28da4;
	width: 50%;
	border-radius: 50px;
  padding: 5px;
	box-shadow: 2px 6px 0px 2px rgba(0,0,0,1);
-webkit-box-shadow: 2px 6px 0px 2px rgba(0,0,0,1);
-moz-box-shadow: 2px 6px 0px 2px rgba(0,0,0,1);

}

button:hover {
	background: #FFD268;
	transform: translateY(0px);
	box-shadow: 2px 5px 0px 0px rgba(0,0,0,1);
-webkit-box-shadow: 2px 5px 0px 0px rgba(0,0,0,1);
-moz-box-shadow: 2px 5px 0px 0px rgba(0,0,0,1);
}

/* TIMER */ 
.timer-container {
  text-align: center;
}

#timer {
  font-size: 3em;
  margin-bottom: 20px;
  font-family: 'Righteous', sans-serif;
}

/*MUISC PLAYER */ 

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

.sticky-notes-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sticky-note {
  background-color: #ffd268;
  padding: 20px;
  margin: 10px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.sticky-note textarea {
  width: 250px;
  height: 150px;
  border: none;
  resize: none;
  background-color: #FFF3D6;
  font-family: 'Righteous', sans-serif;
}

.sticky-note .delete-button {
  margin-top: 10px;
  padding: 5px 5px;
  background-color: ##f58ba8;
  border: none;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  
}
.addButton {
  height: 100px;
	left: 100px;
	top: 600px;
	position: absolute;
  width: 100px;
  right: 5px;
  padding: 5px 10px;
  background-color: #f58ba8;
  border: none;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  font-family: 'Righteous', sans-serif;
}

