@import url('https://fonts.googleapis.com/css2?family=Protest+Guerrilla&display=swap');

h1 , h2 {
    font-family: "Protest Guerrilla", sans-serif;
    font-weight: 400;
    text-align: center;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

p {
    font-size: 24px;
    text-align: center;
}

#TajnáMiškaVěc {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

button {
    color: white;
    background-color: black;
    font-size: 24px;
    border: 2px solid black;
    border-radius: 10px;
    padding: 10px 25px;
    margin: 20px;    
}

button:hover {
    scale: 1.25;
    background-color: #fff;
    color: #000;
    transition: 1s;
    cursor: grab;
    border: 2px #D3D3D3 solid;
}