/*Anchor(s)*/

a {
  cursor: pointer;
  color: #193386;
  font-size: 20px;
}

a:hover {
  opacity: 0.75;
}

/*Tabel of Content*/

.toc-li {
  font-size: 18px;
  padding: 5px;
}

.container-toc {
  padding-bottom: 50px;
}

/*Body*/

body {
  font-family: Open sans-serif, Arial;
  color: #000000;
  background-color: grey;
}

/*Title*/

.title-main {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif, Arial;
  font-size: 28px;
  line-height: 1.4;
}

.title-sub {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif, Arial;
  font-size: 20px;
  line-height: 1.4;
}

/*Misc*/

.link-info {
  font-size: 18px;
  padding-left: 75px;
  padding-right: 75px;
  padding-bottom: 30px;
  line-height: 40px;
}

.container {
  padding-top: 20px;
  text-align: center;
}
            
.row {
  padding-bottom: 50px;
}

.li-steps {
  font-size: 24px;
  padding-bottom: 5px;
  padding-top: 10px;
  font-weight: 1000;
  text-decoration: underline;
  font-size: 22px;
}

.basic-list {
  font-size: 20px;
  line-height: 25px;
  color: #000000;
}


/*Footer*/

footer {
  display: flex;
  justify-content: space-between;
  height: 30px;
  width: 100%;
  bottom: 0;
  background-color: #5d6276;
}

.footer2 {
  display: flex;
  justify-content: space-between;
  height: 30px;
  width: 100%;
  bottom: 0;
  background-color: 5d6276;
  position: fixed;
}
  
.footer-ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
  
.footer-li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: #000000;
}

.footer-links {
  color: #202020;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
}
  
@media screen and (max-width: 800px) {
  .footer-li{
    font-size: 14px;
    margin-right: 5px;
  }
}

/*Header*/

header {
  display: flex;
  justify-content: space-between;
  height: 30px;
  width: 100%;
  background-color: #5d6276;
}