<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
margin: 0;
padding:0;
}

ul{
    list-style-type: none;
    margin:0;
    padding: 0;
}

.header {
width: 100%;
max-width: 2000px;
margin-right: auto;
margin-left : auto; 
}

.header .slide {
position:absolute;
  top: 0;
max-width: 2000px;
width: 100%;
margin-right: auto;
margin-left : auto; 
  height: 100%;
  z-index: 1;
}

.header .slide img{
    visibility: hidden;
    height: 0;
    width: 100%;
}

.header .slide li {
position:absolute;
  display: none;
  top: 0;

  width: 100%;
  height: 100%;
background-position: top center;background-repeat : no-repeat;background-attachment : fixed;
z-index: 1;
}



.main{
height: 200px;
position:absolute;
top: 0;
left: 0;
width: 100%;
z-index: 2;
}
.main p{
position:absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    bottom: 50%;
    font-size: 60px;
    color: #fff;
    z-index: 1;
}

.container{

height: 0px;
position:absolute;
top: 0;
left: 0;
width: 100%;
z-index: 2;
}

.container p{
position:absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    bottom: 50%;
    font-size: 60px;
    color: #fff;
    z-index: 1;
}

</pre></body></html>