main{
    display: flex;
    flex-direction: column;
    height: 100vh;
    align-items: center;
    justify-content: center;
}

main p{
    justify-content: center;
    margin: 2px;
}