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

@media (min-width: 992px) {
    .container {
        width: 900px;
    }
}

body{
    background-color: #f1f1f1;
}

.generator-form form .row{
    padding: 0 15px;
}


.generator-form{
    background-color: white;
    border-radius: .375rem;
    border: solid 1px grey;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
}

input::placeholder {
  color: #ddd !important;
}

@media (min-width: 768px) {
    .mode-form{
        margin-top: -30px;
    }
}


label.download-text{
    width: 100%;
}


h1,
h2 {
    padding: 1em 0;
}


h1 {
	font-size: 1.7em;
    background: linear-gradient(90deg, rgba(240, 122, 18, 1) 0%, rgba(184, 34, 92, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h2 {
    background: linear-gradient(90deg, rgba(64, 147, 13, 1) 0%, rgba(210, 230, 9, 1) 41%, rgba(245, 118, 7, 1) 76%, rgba(184, 34, 92, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h3 {
    background: linear-gradient(90deg, rgba(197,227,35,1) 0%, rgba(12,190,53,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.2rem;

}
h4 {
    background: linear-gradient(90deg, rgba(197,227,35,1) 0%, rgba(12,190,53,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.1rem;

}


a{
   color: green; 
   text-decoration: none;
}

a:hover{
    color: green; 
    text-decoration: underline;
}


footer ul {
    padding: 0;
}

footer ul li {
    list-style: none;
}


.generator-form {
    padding: 20px;
}

.generated-images,
.submit-btn {
    padding: 15px 0;
}

.form-group{
    padding-top: 10px;
    padding-bottom: 10px;
}

.vignette {
    object-fit: contain;
    padding: 15px;
}

.made-by {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 1rem 0;
}

.websenso-logo {
  display: block;
  color: transparent;
  font-size: 0;
  background-image: url("../svg/websenso-typo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  aspect-ratio: 4.333;
  margin-top: 14px;
  margin-left: 10px;
}
</pre></body></html>