body {
  background-color: #121212;
  color: #D3D3D3;
  font-family: Courier, monospace;
  padding: 20px;
  line-height: 1.6;
}

.DOOOOM {
  color: #8ab4f8;
  text-decoration: none;
}

.pagelinks {
  color: #faf9f6;
  text-decoration: none;
}

.car {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}

.loogoo {
  display: block;
  margin: 0 auto;
  width: 90%;
  max-height: 180px;
  border-radius: 10px;
}

.me {
  border-radius: 8px;
}

ul {
  padding-left: 1.2em;
  margin-top: 1em;
  margin-bottom: 2em;
}

li {
  color: #faf9f6;
  font-weight: bold;
  font-size: 22px;
}

nav a {
  margin: 0 15px;
  text-decoration: none;
  color: #faf9f6;
}

nav {
  text-align: center;
}

p em {
  opacity: 0.7;
  font-size: 14px;
}

strong {
  color: #ffc107; 
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}
