*{
    margin: 0;
    padding: 0;
}



main {
    display: flex;
    flex-direction: column;
    align-items: center;
}
    
h1 {
    font-family: 'Courier New', Courier, monospace;
    color: #CA0B4A;
    font-size: 80px;
    margin-top: 20vh;
}

h2 {
    font-family: 'Segoe UI', sans-serif;
    color: #1f1f1f;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 50px;
}


p {
    font-family: 'Segoe UI', sans-serif;
    font-size: 20px;}

div {
    display: flex;
}


.bar {
    background-color: #0C0C0C;
    justify-content: space-between;
    height: 40px;
    align-items: center;
    width: 100%;
    border-radius: 3px; 
}

.barNazev {
    background-color: #272822;
    width: 120px;
    margin-left: 1.5%;
    justify-content: center;
    border-radius: 2px;
}

.barIco {
    margin-left: 7px;
    margin-right: 7px;
}

.sekceHlavniKontejnerHero,
.sekceKontejner,
.sekceHlavniKontejnerKonzole {
    flex-direction: column;
    max-width: 1100px;
    width: 90%;
    margin-bottom: 40px;

}

.tech {
    width: 95%;
    margin-top: 20px;
    flex-wrap: wrap;
}

.Python, .JavaScript, .WordPress, .HTML5, .CSS3, .Flask, .MySQL {
    margin-right: 5px;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 2px;
    align-items: center;
    justify-content: center;
}

.Python {
    background-color: #3776AB;
}

.MySQL {
    background-color: #007A9E;
}

.JavaScript {
    background-color: #F7DF1E;
}

.WordPress {
    background-color: #464646;
}

.HTML5 {
    background-color: #E44D26;
}

.CSS3 {
    background-color: #2965f1;
}

.Flask {
    background-color: #38A8BE;
}

.Python p, .JavaScript p, .WordPress p, .HTML5 p, .CSS3 p, .Flask p, .MySQL p{
    font-size: 17px;
    color: white;
}

.JavaScript p {
    color: #000000;
}

.MySQL p {
    color: #E99D27;
}

.sekceHlavniKontejnerKonzole {
    align-items: center;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.projektKontejner {
    max-width: 1100px;
    width: 90%;
    flex-wrap: wrap;
    justify-content: center

}

.projekt {
    flex-direction: column;
    background-color: #EEEEEE;
    border-radius: 3px;
    width: 100%;
    min-height: 200px;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
}

.projekt p {
    width: 95%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.projektNazev {
    color: #AE81DE;
    font-size: 27px;
}

.sekceHlavniKontejnerKonzole {
    background-color: #272822;
}

.sekceHlavniKontejnerKonzole p {
    color: white;
}

.sekceHlavniKontejnerRadek {
    width: 97%;
    margin-bottom: 20px;
}

.zluta {
    color: #E6CD4A;;
}

.fialova {
    color: #AE81DE;
}

.cervena {
    color: #F92672;
}




.kontakt {
    margin-bottom: 50px;
}

footer {
    margin-top: 50px;
    margin-bottom: 50px;
}

footer p {
    text-align: center;
    font-size: 17px;
}
@media only screen and (max-width: 425px) {
    h2 {
      font-size: 38px; /* Adjust smaller font size for mobile */
    }
  }