@import url('https://fonts.googleapis.com/css2?family=Protest+Guerrilla&display=swap');

body {
    margin: 0;
    padding: 50px 0 0 0;
    background-color: #D3D3D3;
}

h1 {
    font-family: "Protest Guerrilla", sans-serif;
    font-weight: 400;
    font-size: 48px;
    text-align: center;
}

p {
    text-align: center;
}

img {
    display: block;
    justify-self: center;
    max-width: max-content;
    width: 40%;
}

#HolkaModrookáNesedávejUPotoka {
    display: flex;
    flex-direction: row; 
    justify-content: space-around;
}