body {
    background-color: rgb(0, 114, 255);
    font-family: 'Montserrat';
    max-width: 1200px;
    min-width: 300px;
    margin: auto;
    margin-bottom: 0px;
}

.nadpis {
    text-align: center;
    color: white;
    margin-top: 60px;
    font-size: 25px;
}

.menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: sticky;
    top: 0px;
    margin-top: 60px;
    background-color: white;
    border-radius: 7px;
    margin-left: 10px;
    margin-right: 10px;
}

.tlacitko {
    background-color: white;
    color: #1f1f1f;
    border: none;
    font-size: 18px;
    font-weight: bold;
    padding: 15px;
    font-family: 'Montserrat';
}

.tlacitko:hover {
    background-color: rgb(230, 230, 230);
}

.copyright {
    background-color: white;
    text-align: center;
    padding: 10px;
    border-radius: 7px;
    margin-top: 40%;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0;
}

.projekty {
    display: block;
    justify-content: center;
    flex-wrap: wrap;
}

.prvak {
    text-align: center;
    color: white;
    margin-top: 40px;
}

.tlacitko2 {
    background-color: white;
    color: #1f1f1f;
    border: none;
    border-radius: 5px;
    font-size: 17px;
    padding: 15px;
    margin: 5px;
    font-family: 'Montserrat';
}

.tlacitko2:hover {
    background-color: rgb(230, 230, 230);
}