body {
  background: #C1B3C4;
}

#header{
  display: flex;
  align-items: center;
  position: relative;
}

#header img {
  margin-right: auto; 
  width: 100px;
  height: 60px;
}

#header h1 {
  font-family: "Press Start 2P", monospace;
  text-align: center;
  font-style: italic;
  letter-spacing: 0.5em;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 15px;
}

#header h1 a{
  text-decoration: none;
  color: black;
}

#header p {
  font-family: "Press Start 2P", monospace;
  font-size: 15px;
  margin-left: auto; 
  margin: 15px 15px 15px auto;
  background-color: #565;
}

#header p a{
  display: inline-block;  
  color: white;
  text-align: center;
  padding: 10px 16px;      
  text-decoration: none;
  border-radius: 6px;     
}

#header p a:hover{
  background-color: #555;
}

#navbar p{
  color: black;
  font-weight: bold;
  font-family: "Press Start 2P", monospace;
  font-size: 9px;
}

#navbar ul{
  color: black;
  font-weight: bold;
  font-family: "Press Start 2P", monospace;
  font-size: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  list-style-type: none;
  margin: 0;
  padding: 0;	
}

#navbar li a{
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 20px;
}

#navbar li a:hover{
  background-color: #555; 
}

#container {
  height: 410px;
  width: 90vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.newestprev {
  position: relative;
  height: 400px;
  width: 90%;
  margin-left: 100px;
  background-color: #555;
  overflow: hidden;
  border-radius: 25px;
}

.newestprev img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.newestprev::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to right, rgba(0, 0.5, 0.80, 0.9), transparent);
}

.newestprev-header {
  font-family: "Press Start 2P", monospace;
  position: absolute;
  top: 50%;
  left: 3%;
  transform: translateY(-50%);
  color: white;
  font-size: 20px;
  z-index: 2;
  font-weight: strong;
}

.newestprev-subheader {
  font-family: monospace;
  position: absolute;
  top: 62%;
  left: 3%;
  transform: translateY(-50%);
  color: white;
  font-size: 14px;
  z-index: 2;
  font-weight: normal;
}

#article-picture {

} 

#container_article {
  height: 410px;
  width: 100vw;
  margin-left: 50px;
}

h2 {
 font-size: 25px;
 font-family: "Press Start 2P", monospace;
 margin-left: 50px;
 margin-top: 30px;
}

p {
  font-size: 15px;
 font-family: monospace;
 margin-left: 50px;
 margin-top: 30px;
 font-weight: strong;
}
