@import url('https://fonts.googleapis.com/css2?family=Protest+Guerrilla&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body {
    margin: 0px;
    padding-top: 40px;
    background-color: #D3D3D3;
}

header h1 {
    font-family: "Protest Guerrilla", sans-serif;
    font-weight: 400;
    font-size: 48px;
    text-align: center;
}

header a {
    text-decoration: none;
    color: white;
    background-color: black;
    font-size: 24px;
    display: flex;
    justify-content: center;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    border: 2px solid black;
    border-radius: 10px;
    padding: 5px;
}

#bobertvenzaranaskibiditoaletě {
    display: flex;
    justify-content: center;
}

main {
    margin-top: 30px;
}

section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 40px;
    margin: 15px 20%;
    line-height: 20px;
    background-color: #fff;
}

section h1 {
    font-size: 30px;
    line-height: 40px;
    font-family: "Protest Guerrilla", sans-serif;
}

p {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
}

#poklabosenisesochousvobody {
    font-size: 22px;
}

#buttons6 {
    display: flex;
    flex-direction: column;
}

button {
    color: white;
    background-color: black;
    font-size: 24px;
    border: 2px solid black;
    border-radius: 10px;
    padding: 10px 25px;    
}

div button {
    font-size: 18px;
    padding: 5px 10px;
    margin: 6px;
    background-color: #696969;
    border: 2px #696969 solid;
    color: #000;
}

button:hover {
    scale: 1.25;
    background-color: #000;
    color: #fff;
    transition: 1s;
    cursor: grab;
    border: 2px #D3D3D3 solid;
}

.red:hover {
    background-color: #ff0000;
    border: 2px #ff0000 solid;
}

.blue:hover {
    background-color: #0000ff;
    border: 2px #0000ff solid;
}

.green:hover {
    background-color: #00ff00;
    border: 2px #00ff00 solid;
}

section div {
    display: flex;
    flex-direction: row;
}
 @media (max-width: 1000px) {
    section div {
        flex-direction: column;
    }
 }
