body {
  background-color: #0B0B0C;
  opacity: 1;
  background-image:  linear-gradient(#0d2324 1.4000000000000001px, transparent 1.4000000000000001px), linear-gradient(to right, #0d2324 1.4000000000000001px, #0B0B0C 1.4000000000000001px);
  background-size: 32px 32px;
  font-size: 16px;
  color: white;
  font-family: firasans;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

/*-- Font --*/
@font-face {
  font-family: "firasans";
  src: url(fonts/FiraSans.ttf) format("truetype");
}

@font-face {
  font-family: pixantiqua;
  src: url(fonts/PixAntiqua.ttf);
}

/*-- Headliner --*/
h1{
  color: white;
  font-size:50px;
  font-family: pixantiqua;
  padding-top: 5px;
  text-align:center;
}

h2{
 color: white;
 font-size:25px;
 font-family: pixantiqua;
 margin-left: 5px;
}

/*-- Header --*/
.header{
  display:flex;
  justify-content:center;
  margin-top:10px;
  margin-bottom:10px;
}


/*-- Flex --*/
.flex{
  display:flex;
  gap:20px;
}

/*-- Links --*/
.links{
  background-color: #1A1A1E;
  border-radius:10px;
  padding:40px;
  order:1;
  width:1000px;
}

/*-- Sitemap --*/
.sitemap{
  background-color: #1A1A1E;
  border-radius:10px;
  padding:40px;
  order: 2;
  width: 440px;
}

/*-- Listing --*/

li{
   line-height:2;
}

/*-- Links --*/
a:link {
  color: skyblue;
  text-decoration:none;
}

a:visited {
  color: skyblue;
  text-decoration:none;
}

a:hover {
  color: skyblue;
  text-decoration: none;
}

a:active {
  color: skyblue;
  text-decoration:none;
}


/*-- Buttons --*/
.button{
  margin: 0px 10px 10px 0px;
  padding: 20px;
  border-radius:20px;
  font-family: firasans;
  background-color: #1A1A1E;
  border:none;
  color:lightskyblue;
  cursor:pointer;
}

.button a{
  text-decoration: none;
}

.button a:hover{
  color: lightskyblue;
  text-decoration:none;
}