* {
  margin: 0;
}

body {
  font-family: "Roboto", sans-serif;
}

p {
  margin: 24px 0;
  line-height: 2;
}

.wrapper {
  padding: 32px;
}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.topnav a:hover {
    background-color: rgba(48, 48, 48, 0.863);
    color: black
}

.topnav {
    overflow: hidden;
    background-color: #333
}

.nadpis_AdamS9 {
  text-align: center;
  font-size: 73px;
  font-family: 'Brush Script MT', cursive;
  color: #000000;
  animation-name: change_title;
  animation-duration: 2.5s;
}

@keyframes change_title {
  0% {color: rgb(0, 162, 255);}
  100% {color: rgb(0, 0, 0);}
}

.support {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFFFFF;
}

#Odkazy {
  text-align: center;
}

#© {
  text-align: center;
  color:rgb(54, 54, 54);
  font-size: 1.1rem;
}

.paypal {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20vh;
}

.paypal_label {
  font-size: 25px;
}

.game_nav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.game_nav a:hover {
  background-color: rgba(44, 106, 238, 0.863);
  color: rgb(0, 0, 0)
}

.game_nav {
  overflow: hidden;
  background-color: rgb(78, 135, 240)
}

#err {
  color: white;
  font-size: 120px;
  text-align: center;
}

#err_img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.h_about {
  font-size: 25px;
}

#text_about {
  font-size: 18px;
  font: italic small-caps bold 16px/2 cursive;
  background-color: #b4b0af;
}

.info {
  border-top: 3px #656361 solid;
  border-bottom: 3px #656361 solid;
  background-color: rgb(149, 170, 238);
  -webkit-text-stroke: 0.3px rgb(124, 123, 121);
}

#vodkaz {
  border: 4px #34373b solid;
  border-radius: 10px;
}

::-webkit-scrollbar {
    width: 18px;
    background-color: #ffffff
}

::-webkit-scrollbar-thumb {
    background-color: #878a8b;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box
}

::-webkit-scrollbar-thumb:hover {
    background-color: #a0a3a3
}





.alert {
  padding: 20px;
  background-color: #f44336;
  color: white;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}