html, body {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 100%;
    margin: 0;
    background-color: rgb(34, 34, 34);
}

p {
    margin: 0;
}