@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@600&display=swap');

body {
	background-color: #121111;
	font-family: 'Nunito', sans-serif;
}

div#tytul {
	font-size: 6vh;
	padding-bottom: 20px;
	padding-top: 15px;
	color: #FFFFFF;
	text-align: center;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

div#profile {
	display: grid;
	grid-template-columns: repeat(auto-fit, 300px);
	text-align: center;
	justify-content: center;
	align-items: center;
	gap: 50px;
	width: 100%;
}

div#haooy{
	background-color: #222831;
	height: 37rem;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-shadow: rgba(0, 0, 0, 0.7);
	color: white;
	width: 300px;
}

div#modek{
	background-color: #222831;
	height: 37rem;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-shadow: rgba(0, 0, 0, 0.7);
	color: white;
	width: 300px;
}

div#bns{
	background-color: #222831;
	height: 37rem;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-shadow: rgba(0, 0, 0, 0.7);
	color: white;
	width: 300px;
}

.card__name {
	margin-top: 15px;
	font-size: 1.5em;
}

.card__image {
	height: 160px;
	width: 160px;
	border-radius: 50%;
	border: 5px solid #272133;
	margin-top: 20px;
	box-shadow: 0 10px 50px rgba(255, 25, 25, 1);
}

.btn {
	background: none;
	border: none;
	cursor: pointer;
	line-height: 1.5;
	font: 700 1.2rem 'Nunito', sans-serif;
	padding: 0.75em 2em;
	letter-spacing: 0.05rem;
	margin: 1em;
	width: 13rem;
	outline: 2px solid #55d7dc;
	color: white;
}

.btn:focus {
	outline: 2px solid #55d7dc;
}

.btn:hover {
	outline: 2px solid #d10622;
	color: #151515;
	text-align: center;
	animation: colorRotate 1.5s linear 0s infinite;
}

@keyframes colorRotate {
	from {
		color: #6666ff;
	}
	10% {
		color: #0099ff;
	}
	50% {
		color: #00ff00;
	}
	75% {
		color: #ff3399;
	}
	100% {
		color: #6666ff;
	}
}

.rank {
	box-shadow: inset 0 0 0 4px #a50934;
	color: #FB3640;
	-webkit-transition: color 0.25s 0.0833333333s;
	transition: color 0.25s 0.0833333333s;
	position: relative;
	line-height: 1.5;
	font: 700 1.2rem 'Nunito', sans-serif;
	padding: 0.75em 2em;
	letter-spacing: 0.05rem;
	margin: 1em;
}

div#tworca {
	color: white;
	font-size: 4vh;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
}

//nie oceniaj kodu, pisane 5 minut, dzieki
//template from https://codepen.io/blackellis/pen/jObGbeG