@font-face {
    font-family: 'Fiorello';
    src: url('fonts/Fiorello-CG-Condensed-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Fiorello', Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #640000;
    color: #333;
}

header {
    background: #007BFF;
    color: #fff;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-right: 10%;
    text-align: right;
    background-image: url(/NewShit/images/penguin_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

header h1 {
    font-size: 4rem;  
    margin: 0;
    margin-top: 10vh; 
    letter-spacing: 0.1rem; 
    color: whitesmoke;
    font-weight: normal;
}

header h2 {
    font-size: 2rem;  
    margin-top: 1rem;
    color: whitesmoke;
    font-weight: normal;
}

main {
    padding: 1rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 2rem;
    font-size: 1.5rem;
    background-image: url(/NewShit/images/bullets_bckgrnd.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: #feb714;
}

main h2 {
    grid-column: span 3;
    text-align: center;
    font-size: 3rem;
    margin-bottom: 2rem;
    color: #feb714;  
    font-weight: normal ;
}

.actor {
    text-align: center;
}

.actor img 
{
    aspect-ratio: 1/1;
    width: 40%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: black solid 3px;
}

.actor p {
    margin-top: 0.5rem;
}

footer {
    background: #222;
    color: #fff;
    text-align: left;
    padding: 1rem 0;
    margin-top: 2rem;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 2rem;
}


.video-main {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60vh; 
    background-color: #333; 
    margin-top: 2rem;
}


.video-main iframe {
    width: 80%;
    height: 100%;
    border-radius: 8px;
}

a:link
{
    color: red;
}

a:hover
{
    color: goldenrod;
}

.jmeno
{
    text-align: right;
}