body{
  color: white;
  background: #22242c;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-family: sans-serif;
}

h1,h2{
  text-align: center;
}

h1{
  color: #3682b5; 
}

h2{
  color: #9acff3; 
}

a{
  color: #f2f39a;
}

ul.custom-list li a {
  display: block;
  font-size: 1.4em;
  text-decoration: none;
  padding: 6px 10px;
  border-radius: 5px;
  transition: background 0.2s;
}

ul.custom-list li a:hover {
  background-color: #939ba0;
}

ul.custom-list {
  list-style: none;
  padding: 0;
}

ul.custom-list li {
  margin: 10px 0;
}

.icon {
  margin-right: 6px;
}

/* Border for phone */
@media only screen and (max-width: 600px) {
  body {
    padding: 0 15px; 
  }
}

