@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@500&display=swap');

.head {
	text-align: center;
}

.gameon {
    padding: 60px 30px;
	margin-bottom: 0px;
}

.gameon p {
    text-align: center;
    font-family: 'Fredoka', sans-serif;
}

.gameon h1 {
    text-align: center;
    font-family: 'Fredoka', sans-serif;
}

.gameon button {
    font-size: 16px;
    background-color: #1677ff;
    border-radius: 4px;
    padding: 19px 20px;
    border-radius: 8px;
    color: white;
    font-family: 'Fredoka', sans-serif;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.head button {
    font-size: 13px;
    background-color: #1677ff;
    border-radius: 4px;
    padding: 16px 20px;
    border-radius: 8px;
    color: white;
    font-family: 'Fredoka', sans-serif;
}

h1 {
    font-size: 45px;
}

p {
    font-size: 20px;
}

button {
    font-size: 25px;
    background: transparent;
    border-radius: 4px;
}

.footer {
	padding: 40px 0;
	background-color: rgb(54, 54, 54);
}

.footer .social {
	text-align: center;
	padding-bottom: 25px;
	color: #ccf;
}

.footer h1 {
	color: #ccc;
	text-align: center;
	font-size: 25px;
	margin-bottom: 5vh;
}

.footer .social a {
	font-size: 24px;
	color: inherit;
	border: 1px solid #ccf;
	width: 40px;
	height: 40px;
	line-height: 38px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	margin: 0 8px;
	opacity: 0.75;
}

.footer .social a:hover {
	opacity: 0.9;
}

.footer ul {
	margin-top: 0;
	padding: 0;
	list-style: none;
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 0;
	text-align: center;
}

.footer ul li a {
	color: #aaa;
	text-decoration: none;
	opacity: 0.8;
}

.footer ul li {
	display: inline-block;
	padding: 0 15px;
}

.footer ul li a:hover {
	opacity: 1;
}

.footer .copyright {
	margin-top: 15px;
	text-align: center;
	font-size: 17px;
	color: #aaa;
}

.footer .copyright a {
	text-decoration: none;
	color: #aaa;
}

body {
	margin: 0;
	font-family: "Arial", sans-serif;
  }
  nav {
	background-color: #fff;
	overflow: hidden;
	padding: 10px;
	text-align: center;
	position: relative;
	border-bottom: 2px solid #ddd;
  }
  nav a {
	display: inline-block;
	color: black;
	text-decoration: none;
	padding: 14px 16px;
	font-size: 16px;
	transition: background-color 0.3s;
  }
  nav img {
	max-height: 47px;
	vertical-align: middle;
	position: absolute;
	left: 10px;
	visibility: visible;
  }
  nav a:nth-child(n + 2) {
	margin-left: auto;
  }
  @media (max-width: 767px) {
	nav img {
	  visibility: hidden;
	}
  }
