img {
    height: 100%;
    width: 100%;
}

figcaption {
    text-align: right;
    font-family: sans-serif;
    font-size: .8rem;
    font-style: italic;
}

html,body{
    height: 100%;
}

body {
    font-size: 1rem;
    display: flex;
    flex-direction: column;
}

main{
    flex:1;
}

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;
}

a {
    text-decoration: underline;
}

a:visited {
    color: purple;
}

div.urlap-container {
    border-radius: 5px;
    border: #0d6efd solid 3px;
}

h2 {
    text-align: left;
}

footer {
    text-align: center;
    background-color: #0d6efd;
    color: white;
    font-family: sans-serif;
    font-style: italic;
}

div.elkuldes-gomb {
    width: 100%;
    text-align: right;
    padding: 5%;
}

button#ElkuldesGomb{
    border: none;
    background-color: #0d6efd;
    color: white;
    font-family: sans-serif;
}