html {
    scroll-behavior: smooth;
}

.menu {
    margin-top: 20px;
    padding: 10px;
    justify-content: center;
    display: flex;
    gap: 100px;
    background-color: rgb(60, 96, 213);
}
.logo {
    width: 150px;
    margin-left: -200px;
    margin-top: -10px;
}
.sekce {
    display:flex;
    gap: 120px;
    font-size: 25px;
    font-family: sans-serif;
    color: white;
}
.sekce a {
  text-decoration: underline 0.15em rgba(2, 2, 2, 0);
  transition: text-decoration-color 300ms;
  color: white;
  margin-top: 10px;
}
.sekce a:hover {
    text-decoration-color: rgb(255, 255, 255);
}
.hero {
    justify-content: center;
    margin-bottom: 200px;
    width: 100%;
    height: 500px;
}
.uvod {
    text-align: center;
    margin-top: -500px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 50px;
}
.uvod2 {
    margin-top: -35px;
    font-size: 25px;
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

body {
    margin: 0;
}
.rektangl {
    background-color: rgb(60, 96, 213);
    width: 100%;
    margin-top: 210px;
    height: 60px;
}
h1 {
    justify-content: center;
    display: flex;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.contact-row{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 80px;
}

.contact-frame{
    display: flex;
    flex-direction: column;
    width: 300px;
    height: 350px;
    background-color: rgb(255, 255, 255);
    border-radius: 20px;
    text-align: left;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.contact-frame .profile{
    display: block;
    align-self: center;
    width: 280px;
    height: 280px;
    border-radius: 20px;
    margin-top: 10px;
    transition: 0.15s;
}

.contact-frame img:hover{
    transform: scale(1.02);
}

.contact-frame h2{
    font-weight: 500;
    margin-left: 20px;
    text-align: left;
    font-size: 26px;
    margin-bottom: 2px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-align: center;
}
.contact-frame p{
    font-weight: 300;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 2px;
    text-align: left;
    font-size: 18px;
    color: gray;
}
p {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    justify-content: center;
    display: block;
    font-size: 23px;
    margin-left: 20px;
}
footer {
    padding: 15px;
    background-color: rgb(60, 96, 213);
    font-size: 15Px;
    color: white;
}
#onas {
    width: 50%;
    margin: 0px auto;
    text-align: center;
}
#kontakt {
    width: 50%;
    margin: 0px auto;
    text-align: center;
}