body {
    height: 100vh;
    width: 100vw;
}

h1, h2, h3, h4, h5 {
    display: flex;
    justify-content: center;
}

div {
    display: flex;
    justify-content: space-around
}

p {
    display: flex;
    justify-content: center;
}

