body {
    min-height: 100vh;
    background-color: rgb(30, 255, 0);
    color: #ff00bf;

    font-size: 80px;
    font-weight: bolder;

    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hello Connor! */