body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #242424;
}

h1 {
    color: blue;
}
p {
    color: pink;
}

div {
    display: flex;
    flex-direction: row;
}