/* A co Ty tutaj robisz cwaniaczku? ;) */

html, body {
    width: 100%;
    height: 100%;
    margin 0;
    overflow-x: hidden;
}

main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.logo {
    width: 300px;
}

.logo img {
    width: 100%;
    height: 100%;
}

h1 {
    color: black;
}

p {
    text-align: center;
}