:root {
  --primary: #fff;
  --secondary: rgb(23, 32, 42);
  --txt: #333;
  --box: #fff;
  --border: #333;
  --accent1: #fc0;
  --accent2: rgb(93, 187, 222);
  --accent3: #e6e7ee;
  --accent4: rgb(84, 84, 84);
  --point: #fff;
  --label: #355794;
  --title: #333;
  --cleek: rgb(93, 187, 222);
}

body {
  background: var(--primary);
  color: var(--txt);
  transition: background 0.5s;
  font-family: Helvetica, sans-serif;
}

a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}

a {
  color: var(--label);
}

.titlu {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 47px;
  text-justify: auto;
  color: var(--title) !important;
  transition: background 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.container {
  margin: auto;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  display: block;
}
.textul404 {
  margin-top: 600px;
}
.div-definitie {
  /* display: block; */
  border: 1px solid;
  border-color: var(--border);
  /* padding: 10px 10px 10px 10px; */
  /* padding-top: -10%; */
  width: 420px;
  border-radius: 30px 30px 0 0;
  background-color: var(--accent1);
  margin-bottom: -1px;
  transition: background 0.5s;
  max-height: 50px;
}

.definitie {
  font-size: 24px;
  font-weight: normal;
  bottom: 0px;
  text-align: center;
  margin-top: 12px;
}

.explicatie {
  border: 1px solid;
  border-color: var(--border);
  padding-left: 25px;
  border-radius: 0 0 0 30px;
  background-color: var(--box);
  transition: background 0.5s;
}

.explicatie .paragraf {
  font-size: 19px;
  margin-right: 35px;
  text-justify: auto;
  line-height: 1.3em;
}

.titlu-pagina {
  font-size: 15rem;
}
