*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-image: url(fotky/originální/ghost-miot/IMG_0572.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: skyblue;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    max-width:300vh;
    overflow-x: hidden;
    width: 100%;
}
html, body{
    margin: 0%;
    padding: 0;
    width: 100%;
}
.body{
    font-family: 'Times New Roman', Times, serif;
    font-size: 15px;
    background-color: white;
}
.one{
    padding-left: 50px;
    padding-right: 50px;
    position: fixed;
    top: 200px;
    height: 50px;
    left:40%;
    border-radius: 20px;
    box-shadow: 5px 5px 10px 1px ;
    z-index: 0;
    backdrop-filter:blur(20px);
    -webkit-backdrop-filter: blur(20px);
}
.button{
    border: none;
    outline: none;
    background-color:transparent;
    position: relative;
    z-index: 1;
    line-height: 2;
    padding: 10 20;
}
.hornilista{
    position: fixed;
    background-color:rgba(0 0 0, 100);
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 20px;
    border-bottom: 1px;
    border-bottom: 1px solid rgba(red, green, blue, 0.2);
    width: 100%;
    min-height: 100px;
    height: 100px;
    position: fixed;
    left:0%;
    top:0%;
    padding: 20px;
    z-index: 9999;
    box-shadow: 0 4px 30 px rgba(0 0 0, 1);
}
.topbutton{
    margin: 20px;
    background: transparent;
    border: none;
}
.toptext{
    position: flex;
    display: inline;
    gap: 20px;
    row-gap: 50px;
    font-size: 25px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    padding: 30px;
    color: rgb(55, 150, 240);
}
.gallery{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 15px;
    box-sizing: border-box;
    flex-wrap: wrap;
    gap: 50px;
    position:relative;
    top: 50px;
    bottom: 150px;
    margin-bottom: 50px;
    left:10px;
    right:10px;
    padding: 20px;
    background-color: lightblue;
    border-radius: 60px;
    max-width: 200vh;
}

.picture{
    position: inherit;
    width: 200px;
    height: 300px;
    padding: 10px;
    margin-left: 25;
    margin: 20px;
    object-fit: contain;
    background-color: black;
    border-radius: 20px;
    box-shadow: 5px 5px 5px 5px rgb(47, 51, 54);
}
.gallery-text{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 30px;
    padding-left: 30%;
    padding-right: 20%;
    padding-bottom: 0;
    text-align: center;
}
.spodek{
    border-top-left-radius: 50% 50px;
    border-top-right-radius: 50% 50px;
    margin-top: 500px;
    width: 100%;
    right: 0;
    left: 0;
    padding-bottom: 150px;
    padding: 50px 0;
    align-items: center;
    min-width: 100%;
    padding-bottom: 50px;
    box-sizing: border-box;
    z-index: 500;
    background-color: black;
    position:relative;
    display: flex;
    flex-direction: column;
    flex:1;
}
.logo{
    right: 35px;
    top: 10px;
    position: fixed;
    background-color:transparent;

}
.logo img{
    width: 100px;
    object-fit: contain;
    z-index: 10000;
}
.footer{
    text-align: center;
    color: rgb(255, 255, 255);
    width: 100%;
    padding: 20px;
    row-gap: 3px;
    background-color: rgba(25, 25, 121, 0.467);
     backdrop-filter:blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 9999;
}
.me, .moje-fotka{
    flex:1;
    top: 150px;
    margin: 20px;
}
.em{
    margin: 20px;
    margin-top: 50px;
    margin-bottom:20px;
    align-items: center;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    margin: 20px;
    margin-top: 50px;
    margin-bottom: 20px;
    gap: 20px;
}
.me{
    background-color: lightblue;
    padding:20px;
    border-radius: 20px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 20px;
    flex:1 ;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 800px;
    
}
.me2{
    display:flex;
    flex-direction: column;
    width: 100%;
    min-width: 800px;
    background-color: lightblue;
    padding:20px;
    border-radius: 20px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 20px;
    flex:1 ;
}
.moje-fotka{
    border-radius: 20px;
    padding: 30px;
    max-width: 300px;
    max-height: auto;
    background-color: lightblue;
    display: block;
}
.main-picture{
    height:200px;
    margin-bottom: 50px;
    border-radius: 10px;
    box-shadow: 5px 5px 5px 5px;

    
}
.contact-form {
    width: 100%;
    max-width: 500px;
    margin-bottom: 20px;
    padding: 20px;
    color: rgb(95, 85, 85);
    text-align: center;
    background-color: lightblue;
    border-radius: 20px;
}
.contact-form h3 {
    margin-bottom: 20px;
    font-size: 20px;
   font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    
}
.contact-form form {
    display: flex;
    flex-direction: column;
    gap: 10px;

}
.contact-form input,.contact-form textarea{
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border:0px solid grey;
    background-color: beige;
    box-sizing: border-box;
    
}
.contact-form button{
    padding:10px;
    border-radius: 8px;
    background-color: lightgray;
    border: 2px solid black;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
}
.contact-form button:hover{
    background-color: gray;
}