@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
body {
  background-color: #0058e6;
  height: 1000px;
}
.wrap-menu {
  position: absolute;
  top: 60px;
  right: 30px;
  transform: translate(-50%, -50%);
  }
.menu {
  width: 50px;
  height: 10px;
  background: rgb(255, 255, 255);
  border-radius: 5px 5px 5px 5px;
  margin: 4px 0; 
}

.nadpis {
  font-family: "Helvetica" sans-serif;
  text-align: center;
  font-size: 50px;
  color: white;
  font-weight: 900;
  text-decoration: none;
  letter-spacing: 1px;
  text-shadow: rgb(0, 255, 238) 1px 1px 20  px;
  -webkit-text-fill-color: white;
  -webkit-text-stroke: 4px rgb(5, 4, 4);
  padding-top: 40px;
}

.iframe800 { 
  padding-top: 20px;
  margin-left: 22%;
}

.maininfo {
  display: flexbox;
  padding-top: 60px;
  text-align: center;
}
.classinfo {
  display: inline-block;
  width: 600px;
  margin: 10px;
  background-color: rgb(254, 255, 255);
  border-radius: 15px;
  border: 2px solid black;
  padding: 10px;
  text-align: center;
  font-size: 30px;
  text-decoration: none;
  color:rgb(0, 0, 0);
}
.classinfo a {
  color: black;
  text-decoration: none;
}
.classinfosmall {
  display: inline-block;
  width: 600px;
  margin: 10px;
  background-color: rgb(254, 255, 255);
  border-radius: 15px;
  border: 2px solid black;
  padding: 10px;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
  color:rgb(0, 0, 0);
}
.classinfosmall a {
  color: black;
  text-decoration: none;
}
.classinforozvrh {
  display: inline-block;
  width: 600px;
  margin: 10px;
  background-color: rgb(254, 255, 255);
  border-radius: 15px;
  border: 2px solid black;
  padding: 10px;
  text-align: center;
  font-size: 30px;
  text-decoration: none;
  color:rgb(0, 0, 255);
}
.classinforozvrh strong {
  color: rgb(0, 0, 0);
}



@media (max-width: 1195px) {

.wrap-menu {
  position: absolute;
  top: 60px;
  right: -30px;
  transform: translate(-50%, -50%);
  }
.menu {
  width: 65px;
  height: 15px;
  background: rgb(255, 255, 255);
  border-radius: 5px 5px 5px 5px;
  margin: 4px 0; 
}

.nadpis {
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-size: 120px;
  color: white;
  font-weight: 900;
  text-decoration: none;
  letter-spacing: 1px;
  text-shadow: rgb(0, 255, 238) 1px 1px 20  px;
  -webkit-text-fill-color: white;
  -webkit-text-stroke: 4px rgb(5, 4, 4);
  padding-top: 40px;
}

.sloupce {
  display: flex;
  flex-wrap: wrap;
}
.sloup {
  text-align: center;
  flex-basis: 100%;
  font-size: 24px;
  color: white;
  padding-right: 179px;
}

.iframe800 { 
  text-align: center;
  width: 100%;
  height: 600px;
  margin: 20px;
}

.maininfo {
  display: flexbox;
  padding-top: 60px;
  text-align: center;
}
.classinfo {
  display: inline-block;
  width: 900px;
  margin: 10px;
  background-color: rgb(254, 255, 255);
  border-radius: 15px;
  border: 2px solid black;
  padding: 10px;
  text-align: center;
  font-size: 43px;
  text-decoration: none;
  color:rgb(0, 0, 0);
}
.classinfosmall {
  display: inline-block;
  width: 800px;
  margin: 10px;
  background-color: rgb(254, 255, 255);
  border-radius: 15px;
  border: 2px solid black;
  padding: 10px;
  text-align: center;
  font-size: 27px;
  text-decoration: none;
  color:rgb(0, 0, 0);
}
}



