
body {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    line-height: 1.3em;
}

.hero {
    border: 0px solid red;
    min-height: 100vh;
    background-image: url('/background_lazensky.webp');
    background-size: cover;
    background-position: center;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 0px 10px;

    color: white;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";

    text-shadow: 1px 1px 1px rgba(0,0,0, 0.9);
}

.hero_prename {

    text-align: center;
    font-size: max(3vw, 1rem);
    line-height: 1.3em;
}

.hero_name {
    text-align: center;
    font-size: max(5vw, 1.2rem);
    line-height: 1.3em;
    margin: 0px;
    padding: 0px;

}