body {
  background-color: rgb(71, 6, 137);
  aspect-ratio: 16 / 9;
  max-width: 100vw;
  max-height: 100vh;
  overflow: auto;
}
/* This is a single-line comment */

/* This is
a multi-line
comment */
h1 {
  color: rgb(236, 236, 245);
  margin-left: 20px;
  
  
}

.content {
  margin-left: 10%; /* vai 12–15%, ja navigācija ir platāka */
  padding: 20px;
}

p1 {
  border: 2px solid red;
  border-radius: 5px;
}
p {
  color: aliceblue;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 15px;
  margin-left: 80px;
}
p1 {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
  margin-left: 5px;
}
p {
font-family: Tahoma, Verdana, sans-serif;   /* Šeit ir trīs fontu veidi: Tahoma, Verdana un sans-serif. Otrais un trešais fonts ir rezerves kopijas, ja pirmais netiek atrasts. */
}

* {      /* trīs kastes */
  box-sizing: border-box;
}

.box {
  float: left;
  width: 33,33%;
  padding: 50px;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
{                 /* navigācijas josla sānā */
  margin: 0;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 10%;
  background-color: #f1f1f1;
  position: fixed;
  height: 100%;
  overflow: auto;
}

li a {
  display: block;
  color: #000;
  padding: 8px 16px;
  text-decoration: none;
}

li a.active {
  background-color: #04AA6D;
  color: white;
}

li a:hover:not(.active) {
  background-color: #555;
  color: white;
}
.easy-read body {
  background-color: #000000;
  color: #ffff00;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.5px;
  font-family: Arial, sans-serif;
}

.easy-read h1 {
  font-size: 28px;
  color: #ffffff;
}

.easy-read a {
  color: #00ffff;
}

.easy-read .box {
  background-color: #222222;
}