body {
  background-color: black;
  font-family: Times New Roman;
  margin: 0;
  padding: 0;
  font-size: 18px;
}

header {
  background-color: black;
  padding: 10px;
  position: relative;
  color: red;
}

header h1 {
  font-family: 'Impact', sans-serif;
  font-size: 36px;
  color: red;
  text-shadow: 2px 2px 4px white;
  margin: 0;
}

.zona {
  background-color: red;
  padding: 2px 0;
  text-align: center;
  color: red;
}

.zona h2 {
  font-family: 'Impact', sans-serif;
  font-size: 24px;
  color: black;
  text-shadow: 1px 1px 2px white;
  margin: 0;
  letter-spacing: 2px;
}

.nav {
  background-color: red;
  padding: 1px 0;
  text-align: right;
  color: red;
}

.nav a {
  font-family: 'Impact', sans-serif;
  font-size: 16px;
  color: black;
  text-shadow: 1px 1px 2px white;
  margin: 0;
  letter-spacing: 2px;
}

.nav b {
  font-family: 'Impact', sans-serif;
  font-size: 16px;
  color: black;
  text-shadow: 1px 1px 2px white;
  margin: 0;
  letter-spacing: 2px;
}

main {
  padding: 20px;
  position: relative;
}

.nuevo {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
}
.articulo {
  padding-left: 10px;
  color: white;
}

.articulos {
  list-style-type: none;
  padding-left: 30px;
}

.articulos li {
  margin: 10px 0;
}

.articulos a {
  color: red;
  text-decoration: none;
}

.articulos a:hover {
  text-decoration: underline;
}
