
body {
    margin: 0;
    padding: 0;
    max-width: 100%;
    background: transparent;
}

main {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 100%; 
    width: 100%;
}
