body {
    background-image: url(/images/homepage.jpg);
    min-width: 100vw;
    min-height: 100vh;
    background-size: cover;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
p {
    font-family: 'Courier New', Courier, monospace;
    color: #e91076;
    font-size: 2rem;
    background-color: rgb(111, 237, 195);
    width: fit-content;
}