body
{
background-image: url(wp14230124.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
display: flex;
align-items: center;
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;}

button
{
    font-family: "Alumni Sans Pinstripe";
    font-size: 40px;
    background-color: black;
    height: 50px;
    width: 100px;
    color: rgb(255, 255, 255);
    box-shadow: 2px 3px rgba(0, 0, 0, 0.803);}

