* {
  box-sizing: border-box;
}

body {
  font-family: Arial;
  padding: 10px;
  background-color: #009966;
  background-attachment: scroll;
  padding-top: 0px;
  margin-top: 2px;
}

h2 {
display: block;
margin-bottom: 5px;
margin-left: 5px;
}

svg {
  margin-top: -7px;
}
  
img {
  /* left: 30%; */
  	    display: flex;
  left: 1%;
  position: relative;
  margin-top: 5px;
  border-radius: 100%;
  /* box-shadow: #00000090 1px 0px 3px 1px ; */
}


.header {
  margin: 0 auto;
  width: 45em;
  height: 141px;
  padding: 0px;
  text-align: left;
  background: #e7e30d00;
  /* border: dotted blueviolet; */
}


.header h1 {
  /* border: dotted blue; */
    /* position: absolute; */
	    display: flex;
  padding-left: 0%;
  padding-bottom: 1px;
  margin-top: 3px;
  margin-left: 8rem;
  margin-right: auto;
  margin-bottom: 1px;
  color: #ffffff;
  font-size: 2rem;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-shadow: #000000b2 1px 2px 2px;
}
.header h2 {
  /* border: dotted blue; */
  position: absolute;
  padding-left: 0%;
  padding-top: 0%;
  margin: auto;
  margin-left: 8.1rem;
  top: 43px;
  color: #ffffff;
  font-size: 1rem;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-shadow: #000000b2 1px 2px 2px;
}


/* Style the top navigation bar */
.topnav {
  overflow: hidden;
 display: flex;
  border-radius: 12px;
  box-shadow: #0000004a 0px 0px 10px 0px;
  background: linear-gradient(180deg, #FAFBFD, #F0E4E8);
  margin: 23px auto;
  max-width: fit-content;
}

/* Style the topnav links */
.topnav a {
  float: left;
  display: flex;
  font-size: 15px;
  color: #000000;
  text-align: center;
  padding: 8px 16px;
  text-decoration: none;
  font-weight: bolder;
}

/*falešný odkaz*/
.neklikej {
  float: left;
  display: block;
  font-size: 15px;
  color: #808080;
  text-align: center;
  padding: 8px 16px;
  text-decoration: none;
  font-weight: bolder;
  cursor: not-allowed;
}


/* Change color on hover */
.topnav a:hover {
  background-color: #ffffffa3;
  color: rgb(0, 0, 0);
}
