﻿/* Styl odtwarzacza wideo */
video{
        display: block;
        margin: auto;
        border-radius: 15px;
        box-shadow: 0px 0px 5px 1px #009dde;
        width: 480px;
        height: 270px;
}
p{
  width: 480px;
}
p::first-letter{
  color: red;
  font: italic small-caps bold 12px/30px Georgia, serif;
}
/* nieuzywane na tej stronie
nav{
        width: 500px;
        text-align: center;
}

nav button{
        background: none;
        border: 1px solid white;
        position: relative;
        top: -70px;
        width: 10%;
        height: 18%;
        color: white;
        border-radius: 50px;
        background: black;
        opacity: 0.5;
        z-index: 1;
}

nav button:hover{
        opacity: 1;
        cursor: hand;
}

progress{
        clear: both;
        display: block;
        width: 80%;
        margin: auto;
        position: relative;
        top: -60px;
        height: 5px;
        z-index: 0;
        opacity: 0.5;
        }
        KONIEC menu nav*/
