* {
    box-sizing: border-box;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background: black;
    margin:0;
}

h1, h2, p {
    text-align: center;
    color: white;
}

main {
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position:absolute;
    width:100%;
    height:auto;
    
    blockquote {
        min-height:500px;
        width:100%;
        .content {
            visibility: hidden;
        }
    }
}

