* {
    margin: 0;
    padding: 0;
}

main {
    padding: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
}