Your IP : 216.73.216.1
* {
box-sizing: border-box;
margin-top: 0;
}
body {
color: #082c6b;
}
.header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.banner-container {
height: 300px;
width: 100%;
position: relative;
border-radius: 15px;
border: 1px solid #4f292a;
overflow: hidden;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #ebe6e4;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
background: rgb(5 1 0) 33%;
background: linear-gradient(180deg , rgb(11 3 3) 8%, rgb(77 63 83) 54%, rgb(2 5 14) 90%);
}
.tags {
padding: 15px;
margin: 30px;
border-radius: 15px;
font-size: 20px;
}
.subtitle {
margin: 30px 0;
}
h2 {
text-align: center;
}
main {
text-align: justify;
}
.container-block {
max-width: 1440px;
margin: 0 auto;
overflow: hidden;
}
.banner-container img {
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: left;
object-position: bottom;
}
footer {
min-height: 200px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.main-information {
padding: 25px;
margin-bottom: 30px;
}
.copyright-text {
text-align: center;
}
.tags209 {
background-color: rgb(0 0 0 / 57%);
color: #f0e6e5;
text-shadow: #4f2829 5px 0px 10px;
position: absolute;
}
.body209 {
background-color: rgb(51 50 56 / 10%);
border: dashed 2px rgb(65 48 44 / 10%);
border-radius: 15px;
}
.footer209 {
color: #b9bac2;
text-shadow: rgb(19 21 36) 5px 0px 10px;
background: rgb(4 3 1) 100%;
}
@media screen and (min-width: 991px) {
.container {
width: 95%;
}
}
@media screen and (max-width: 780px) {
.tags209 {
position: absolute;
margin-right: 0;
margin-left: 0;
background-color: rgb(30 19 19 / 76%);
text-align: center;
}
.banner-container img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
.banner-container {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
}
html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
main {
display: block;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
pre {
font-family: monospace, monospace;
font-size: 1em;
}
a {
background-color: transparent;
}
abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
}
b,
strong {
font-weight: bolder;
}
code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
img {
border-style: none;
}
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
/* 1 */
font-size: 100%;
/* 1 */
line-height: 1.15;
/* 1 */
margin: 0;
/* 2 */
}
button,
input {
/* 1 */
overflow: visible;
}
button,
select {
/* 1 */
text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
fieldset {
padding: 0.35em 0.75em 0.625em;
}
legend {
box-sizing: border-box;
/* 1 */
color: inherit;
/* 2 */
display: table;
/* 1 */
max-width: 100%;
/* 1 */
padding: 0;
/* 3 */
white-space: normal;
/* 1 */
}
progress {
vertical-align: baseline;
}
textarea {
overflow: auto;
}
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
-webkit-appearance: textfield;
/* 1 */
outline-offset: -2px;
/* 2 */
}
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
-webkit-appearance: button;
/* 1 */
font: inherit;
/* 2 */
}
details {
display: block;
}
summary {
display: list-item;
}
template {
display: none;
}
[hidden] {
display: none;
}