/* Base color #231c28 s*/
body {
  background-color: #231c28;
}

header {
   margin-bottom: 0;
   background-color: #4f3f5a;
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
}

.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #4f3f5a;
   color: white;
   text-align: center;
}


h1 {
  color: white;
  text-align: center;
  text-decoration: wavy; 
  font-family: 'Times New Roman';
}

h2 {
  color: white;
  text-align: center;
  font-family: 'Times New Roman';
}

p {
  color: white;
  text-align: center;
  font-family: 'Times New Roman';
}


li {
  background-color:#9c87ab;
  text-decoration: line-through;
  margin-bottom: 5px;
}

.otkms {
  background-color:#9c87ab;
  margin-bottom: 5px;
}

a:link {
  color: orange;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: orangered;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: rgb(255, 208, 119);
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: green;
  background-color: transparent;
  text-decoration: underline;
}

