@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;700&display=swap');
body {
  font-family: 'Lato', sans-serif;
}
a {
  text-decoration: none;
  color: cornflowerblue;
}
div.turinys {
  width: 80%;
  margin: 1rem auto;
  padding: 1.5rem;
  align-items: center;
  text-align: center;
}
.turinys ul {
  list-style: none;
  list-style-position: inside;
}
.turinys ul li {
  font-size: 1.75rem;
  padding: .95rem 0 .95rem 0;
  text-align: center;
  border-bottom: solid 1px pink;
}
div.role {
  margin: 1rem auto;
  padding: 1.5rem;
  background-color: azure;
  border-radius: .35rem;
}
p {
  font-size: 1.75rem;
  font-weight: 100;
}

p.pasveikinimas {
  font-size: 2rem;
  color: gray;
  border-top: solid 1px CadetBlue;
  padding: 2rem 0 0 0;
}
p.pasveikinimas > h5 {
  font-size: .85rem;
  color: CadetBlue;
  border-bottom: solid 1px CadetBlue;
  padding: 2rem 0 0 0;
}

.role h1 {
  font-size: 2rem;
  text-transform: uppercase;
}
.back {
  width: 90%;
  margin: 0 auto;
  text-align: right;
}

.back a {
  font-size: 2.35rem;
}
