|
|
@ -1,61 +1,62 @@ |
|
|
|
body { |
|
|
|
margin-right: 200px; |
|
|
|
margin-left: 200px; |
|
|
|
} |
|
|
|
|
|
|
|
article { |
|
|
|
margin-left: 0; |
|
|
|
margin-right: 0; |
|
|
|
} |
|
|
|
|
|
|
|
.header p { |
|
|
|
padding-top: 1px; |
|
|
|
padding-bottom: 1px; |
|
|
|
margin: 0; |
|
|
|
} |
|
|
|
|
|
|
|
.picture { |
|
|
|
background-position: fixed; |
|
|
|
height: 100vh; |
|
|
|
background-size: cover; |
|
|
|
background-attachment: fixed; |
|
|
|
background-image: url(img/fd1.jpg); |
|
|
|
} |
|
|
|
|
|
|
|
.text { |
|
|
|
background-color: lightgray; |
|
|
|
height: 35vh; |
|
|
|
padding: 5px; |
|
|
|
text-align: justify; |
|
|
|
display: flex; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.video { |
|
|
|
width: 560px; |
|
|
|
padding-top: 10px; |
|
|
|
padding-bottom: 10px; |
|
|
|
padding-left: 10px; |
|
|
|
padding-right: 10px; |
|
|
|
background-color: lightgrey; |
|
|
|
} |
|
|
|
.wrapper { |
|
|
|
margin-right: 200px; |
|
|
|
margin-left: 200px; |
|
|
|
} |
|
|
|
.header p { |
|
|
|
padding-top: 1px; |
|
|
|
padding-bottom: 1px; |
|
|
|
} |
|
|
|
|
|
|
|
.picture { |
|
|
|
background-position: fixed; |
|
|
|
height: 100vh; |
|
|
|
background-size: cover; |
|
|
|
background-attachment: fixed; |
|
|
|
background-image: url(img/fd1.jpg); |
|
|
|
} |
|
|
|
|
|
|
|
.text { |
|
|
|
background-color: lightgray; |
|
|
|
height: 35vh; |
|
|
|
padding: 5px; |
|
|
|
text-align: justify; |
|
|
|
display: flex; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.video { |
|
|
|
width: 560px; |
|
|
|
padding-top: 10px; |
|
|
|
padding-bottom: 10px; |
|
|
|
padding-left: 10px; |
|
|
|
padding-right: 10px; |
|
|
|
background-color: lightgrey; |
|
|
|
} |
|
|
|
|
|
|
|
.text2 { |
|
|
|
background-color: white; |
|
|
|
height: 110vh; |
|
|
|
text-align: justify; |
|
|
|
padding: 10px; |
|
|
|
} |
|
|
|
|
|
|
|
.text3 { |
|
|
|
margin-left: 500px; |
|
|
|
margin-right: 500px; |
|
|
|
padding-top: 20px; |
|
|
|
font-size: 20px; |
|
|
|
} |
|
|
|
|
|
|
|
.text3 p:first-letter { |
|
|
|
font-size: 35px; |
|
|
|
} |
|
|
|
|
|
|
|
.text2 { |
|
|
|
background-color: white; |
|
|
|
height: 110vh; |
|
|
|
text-align: justify; |
|
|
|
padding: 10px; |
|
|
|
} |
|
|
|
|
|
|
|
.text3 { |
|
|
|
margin-left: 500px; |
|
|
|
margin-right: 500px; |
|
|
|
padding-top: 20px; |
|
|
|
font-size: 20px; |
|
|
|
} |
|
|
|
|
|
|
|
.text3 p:first-letter { |
|
|
|
font-size: 35px; |
|
|
|
} |
|
|
|
|
|
|
|
.paticka { |
|
|
|
background-color: grey; |
|
|
|