body {
    background-color: black;
    height: 100hv;
    width: 100hw;
}
.container {
       display: flex;
    flex-direction: column;
justify-content: center;
align-items: center;
    color: white;
      font-family: "VT323", monospace;

 
}
.vt323-regular {
  font-family: "VT323", monospace;
  font-weight: 400;
  font-style: normal;
}
a {
    color: red;
    text-decoration: none;
}
a:hover {
    color:darkred;
}
a:visited {
    color: white;
}
h3 {
    font-family: "VT323", monospace;
    font-size: larger;
}
p {
    font-family: "VT323", monospace;
    font-size: medium;
    color: white;
}
h4 {
        font-family: "VT323", monospace;
}
.feed-item-desc img {
    width: 50%;
}
.feed-title-image img {
    width: 50%;
}