*{
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	background-color: #090f1f;
	text-decoration: none;
	color: #f0f2f8;
}

h3{
	text-align: center;
	font-size: 35px;
}

span{
	color: #2fbb68;
	font-weight: 800;
}

abbr{
	color: #2554ff;
	font-weight: 800;
}

header{
	padding: 5%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

#header .button{
	background-color: #2554ff;
	color: #f0f2f8;
	font-weight: 700;
	border-radius: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 15px;
	transition: 1s;
}

#header .button:hover{
	background-color: #f0f2f8;
	color: #2554ff;
	transition: 1s;
}

#header .logo{
	width: 20%;
}

#games{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 20px;
	padding: 5%;
}

#games .game{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	row-gap: 5px;
	width: 25%;
}

#games .game img{
	border-radius: 20px;
	width: 100%;
}

#games .game h6{
	color: #f0f2f8;
	font-size: 15px;
}

#block-1{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	column-gap: 20px;
}

#block-1 h5{
	color: #f0f2f8;
	font-size: 20px;

	text-transform: uppercase;
}

#block-1 img{
	width: 7%;
}

#block-1 .button{
	background-color: #2554ff;
	color: #f0f2f8;
	font-weight: 700;
	border-radius: 30px;
	border: solid #f0f2f8 2px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 15px;
	transition: 1s;
}

#block-1 .button:hover{
	background-color: #f0f2f8;
	color: #2554ff;
	border: solid #2554ff 2px;
	transition: 1s;
}

#block-2{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	row-gap: 20px;
	font-size: 20px;
	padding-top: 40px;
	width: 80%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#block-2 img{
	width: 60%;
}

#block-3{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 25px;
	padding: 5%;
}