img {
    height: 100%;
    width: 100%;
}

figcaption {
    text-align: right;
    font-family: sans-serif;
    font-size: .8rem;
    font-style: italic;
}
.video-container figure figcaption{
    text-align: center;
    font-family: sans-serif;
    font-size: .8rem;
    font-style: italic;
    font-weight: bolder;
    color: #fff;
}

body{
    font-size: 1rem;
}

h1{
    text-align: center;
}

a.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 8px 16px;
    z-index: 100;
    text-decoration: none;
}

.video-container{
    text-align: center;
    background-image: url('monster_bg.jpg');
}

aside{
    text-align: left;
    font-family: sans-serif;
    font-size: .8rem;
    font-style: italic;
}

.video-container video{
    width: 22%;
    display: inline-block;
}

a{
    text-decoration: underline;
}

a:visited{
    color: purple;
}

table.kedvencek-tablazat{
    width: 100%;
    border-collapse: collapse;
}

table.kedvencek-tablazat th, td{
    border: 1px solid black;
    padding: 10px;
    text-align: center;
    font-size: .8rem;
    font-family: sans-serif;
    font-weight: bold;
}