@import url('https://fonts.googleapis.com/css2?family=Akshar&display=swap');

body {
    font-family: 'Akshar', sans-serif;
	font-size: 28px;
}

hr {
    margin-top: 7px;
    margin-bottom: 20px;
    border: 0;
    border-top: 5px solid #476f9b;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
	width: 200px;
}
fieldset {
	width:100%;
}
fieldset.input {
	width:100%;
}

.reg {
	width:100%;
}
.table
{
	width:100%;
}

@media screen and (min-width: 480px) {
.reg {
	width:100%;
  }
.table
{
	width:80%;
}  
}


/* Style the navigation menu */
.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}

/* Style navigation menu links */
.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 52px;
  font-size: 22px;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Style the active link (or home/logo) */
.active {
  background-color: #476f9b;
  color: white;
}


.content {
  background-color: #f1f1f1;
  padding: 60px;
  min-height: 80%;
  font-size: 26px;
}

@media screen and (max-width: 600px) {
.content {
  background-color: #f1f1f1;
  padding: 20px;
  min-height: 80%;
  font-size: 20px;
}
}

/* Style the footer */
.footer {
	background-color: #ddd;
	padding: 20px 10px 10px 10px;
}

#ping-pong_img {
    width: 90px;
    position: absolute;
    top: 12px;
    right: 58px;
}

.gomb {
	color: white;
    width: 200px;
	padding: 10px;
    background-color: #990000;
	transition-duration: 0.4s;
}


.gomb:hover {
  background-color: #4CAF50; /* Green */
  color: white;
}

@media screen and (max-width: 600px) {
	.gomb {
	width: 100%;
	}
}

