@import url('https://fonts.googleapis.com/css2?family=Pacifico&family=Segoe+UI&display=swap');

ul, ol, li {
    list-style: none !important;
    list-style-type: none !important;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Segoe UI", Tahoma, sans-serif;
    background: #333 url("../Barvy/abstract-1780386_1920\ -\ kopie.png") no-repeat center center fixed;
    background-size: cover;
    color: #f0f0f0;
    text-align: center;
    margin: 0;
    padding: 20px;
}

h1 {
    font-family: 'Pacifico', cursive;
    font-size: 3rem;
    color: #ffffff;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.6);
    margin-bottom: 1rem;
    margin-top: 10px;
}

p {
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 0.5rem 0;
}

a {
    display: inline-block;
    padding: 0.8rem 1.6rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: #000000;
    background: #ffffff;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
    margin: 20px;
    outline: none; 
}

a:hover {
    background: #e0e0e0;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.4);
}

button {
    display: inline-block;
    padding: 0.4rem 1.0rem;
    font-size: 0.9rem;      
    font-weight: 600;
    color: #ffffff;
    background: #4a90e2;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
    margin: 5px;
    outline: none;
}

button:hover {
    background: #357abf;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.4);
}

img {
    margin: 5px;
    border: 3px solid white;
    border-radius: 3px;
    vertical-align: middle;
}

.nahledy {
    margin-top: 50px;
}

.nahledy img {
    height: 180px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.nahledy img:hover {
    transform: scale(1.05);
}

#fotka {
    max-height: 400px;
    width: auto;
    max-width: 100%;
}