body {
    background-image: url('../media/gulyas2.png');
}

header {
  background-color: chocolate;
  margin-top: 0.1%;
  margin-left: 0.1%;
  margin-right: 0.1%;
  scroll-margin-right: initial;
  border-width: 0.1cm;
  border-style: solid;
  border-color: black;
  
}

h1 {
  font-family: sans-serif;
  font-size: 200%;
  text-align: center;
}

h2 {
  font-family: sans-serif;
  font-size: 150%;
  text-align: left;
}

nav {
  margin-left: 0.5%;
  margin-right: 0.5%;
  margin-bottom: 0.5%;
  background-color: bisque;
  font-family: sans-serif;
  font-size: 150%;
  border-style: solid;
  border-color: black;
  border-width: 0.1cm;
}

nav p {
  text-align: center;
  font-family: sans-serif;
  font-size: 100%;
  font-size: larger;
}

p {
  margin-top: 2%;
  margin-left: 0.5%;
  margin-right: 0.5%;
  font-family: sans-serif;
  font-size: 100%;
  text-align: justify;
}

article {
  background-color: bisque;
  border-color: black;
  border-width: 0.1cm;
  border-style: solid;
  margin-top: 2%;
  margin-left: 0.5%;
  margin-right: 0.5%;
  font-family: sans-serif;
  font-size: 100%;
  text-align: justify;
}

img {
  width: 750px;
  height: auto;
  border-style: solid;
  border-width: 0.1cm;
  border-color: black;
  margin-left: 28%;
  margin-top: 1%;
}

video {
  width: 750px;
  height: auto;
  margin-left: 28%;
  margin-top: 1%;
  margin-bottom: 1%;
  border-color: black;
  border-style: solid;
  border-width: 0.1cm;
}

figcaption {
  text-align: center;
  font-family: sans-serif;
  font-size: 75%;
}

table, th, td {
  border-width: 0.01cm;
  border-style: solid;
  border-color: black;
}

table{
  background-color: bisque;
  margin-left:  29%;
  margin-right: 0.5%;
  width: 750px;
  align-self: center;
}
td {
  font-family: sans-serif;
  font-size: 100%;
  text-align: justify;
  margin-left: 0.1%;
  margin-right: 0.1%;
}

figure {
  background-color: bisque;
  border-color: black;
  border-style: solid;
  border-width: 0.1cm;
}

div {
  margin-left: 2%;
  margin-right: 2%;
  background-color: bisque;
  border-color: black;
  border-style: solid;
  border-width: 0.1cm;
}

footer {
  font-family: sans-serif;
  font-size: 100%;
  margin-top: 1%;
  background-color: chocolate;
  border-color: black;
  border-width: 0.1cm;
  border-style: solid;
}

caption, summary {
  font-family: sans-serif;
  font-size: 100%;
  background-color: bisque;
  border-color: black;
  border-style:  solid;
  border-width: 0.01cm;
}

div p{
  font-family: sans-serif;
  font-size: 100%;
}

section {
  margin-top: 1%;
  background-color: bisque;
  border-width: 0.1cm; 
  border-color:  black;
  border-style:  solid;
}

a {
  color: blue;
}

a:visited {
  color: red;
}