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

   width: 100%;
   height: 100%;
   padding: 0;
   margin: 0;
   font-family: 'Montserrat';
   background-color: rgba(0, 0, 0, 0.781);
}


.menu h1 {
   text-align: center;
   font-size: 50px;
   font-family: 'Montserrat';
   font-weight: 700;
   color: #ffffffb9;
}

ul {
   position: center;
   top: 50%;
   left: 50%;
   list-style: none;
   margin: 0;
   padding: 0;

}


li {
   padding-top: 40px;
   font-size: 24px;
   font-weight: 300;
   text-align: center;

}



.titulo h1 {
   color: rgb(255, 255, 255);
   text-align: center;
   font-size: 40px;
   font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}

.container {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
}

a {
   padding: 10px 20px;
   background: rgb(19, 37, 95);
   border-radius: 4px;
   text-decoration: none;
   color: rgb(255, 255, 255);
   font-weight: 500;
   margin-top: 80px;
   box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.miSlider {
   display: none;
   transition: 20s;
   max-height: 100vh;
}

h1 {
   font-weight: 900;
   text-align: center;
   padding: 20px 0;
   font-size: 40px;

}

.container .oziel {

   width: 50%;
   padding: 100px;
   background: rgb(0, 0, 0);
   margin: 20px;
   text-align: center;
   position: center;

}

.modi h3 {
   font-size: 35px;
   text-align: center;
   color: rgb(0, 238, 255);
   font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.modi p {
   font-size: 30px;
   text-align: center;
   color: rgb(255, 255, 255);
   font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.fb-post {
   align-items: center;
}</pre></body></html>