body {
  margin: 0;

}

body,input,button {
  font-family: 'Rasa', serif;
}

.nav {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.nav-item a {
  background-color: #14D3BC;
  color: white;
  font-size: 24px;
  width: 100%;
  display: block;
  padding: 16px;
  text-decoration: none;
}

.nav-item a:hover {
  background-color: #34CBCB;
}

.nav-item {
  display: flex;
  width: 100%;
  border-bottom: 6px solid #19A897;
}

.nav-item:not(:last-child) {
  border-right: 6px solid #19A897;
}

.nameinp {
  border: 0;
  font-size: 48px;
  color: #747474;
  width: 350px;
  border-bottom: 4px solid #63BAB0;
  width: 420px;
  margin-top: auto;
}

.stopper {
  text-align: center;
  line-height: 30px;
  height: 80%;
  overflow: auto;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%)
}
  
.btn {
  font-size: 64px;
  color: #0B4B4B;
  list-style-type: none;
  box-sizing: border-box;
  border-radius: 100%;
  border: 0;
  padding: 0;
  height: 420px;
  width: 420px;
  background-color: #14D3BC;
  margin-top: auto;
  text-transform: uppercase;
}

.btn:hover {
  background-color: #34CBCB;
}

.btn:active {
  background-color: #19A897;
}

.kir-nimi {
  font-size: 48px;
  width: 1400px;
  border-bottom: 6px solid #c4c4c4;
}

.kir-text {
  font-size: 36px;
}

.kirjeldus {
  line-height: 30px;
  height: 80%;
  overflow: auto;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%)
}

.hidden {
  display: none;
}
  