<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-image: url("");
    background-attachment: fixed;
    background-repeat: repeat;
    opacity: 10;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size:12px;
color: #02005f;
}



.grid-container {
    display: grid;
    row-gap: 15px;
    grid-template-columns: 50% 50%;
  margin:20px 20px;

  }
  .grid-item {
    background-color: rgba(255, 255, 255, 0.478);
width:99%;

  }
.images {
margin:auto auto;
    width:80%;
}

h1 {
font-size: 17px;
   color: #2156C8;
}

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