body
{
background-image: url(wp14230124.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
display: flex;
flex-direction: column;
}

.ibm-plex-mono-thin {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 100;
  font-style: normal;
}

h1
{

font-family: "Alumni Sans Pinstripe";
font-size: 100px;
margin-left: 30px;
margin-top: 0;}

.Hey
{
  font-family: "Alumni Sans Pinstripe";
font-size: 20px;
margin-left: 30px;
margin-top: 0;
background-color: rgba(0, 0, 0, 0.255);
box-shadow: 2px 2px black;}

.Hey:hover
{
  background-color: rgba(0, 0, 0, 0.366);
}

.post
{
  margin-left: 10px;
}


