

html {
background-color: black;
}
.centered {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 98vh;
  flex-direction:column;
}

.startupImage {
    width: 300px;
    height: 425px;
    background-image: url(studiomonolith_logo_inverse.webp);
    background-size: 100% 100%;
}
h1 {
    display: none;
}
h2 {
    color: white;
    text-align: center;
    font-family: courier-new;
}