elaineaishophouse's picture
Upload 2 files
c41c6e2 verified
raw
history blame
731 Bytes
body {
background-color: #A9A9A9;
font-family: 'Arial', sans-serif;
color: #ffffff;
}
.gradio-container {
background: #A9A9A9;
border-radius: 10px;
padding: 20px;
color: #ffffff;
}
.welcome-section, .bio-section {
color: #ffffff;
background-color: transparent;
font-size: 16px;
text-align: center;
display: block !important;
justify-content: center;
align-items: center;
flex-direction: column;
}
.welcome-section > *, .bio-section > * {
text-align: center;
}
#logo {
background-color: #000000;
}
.logo-row {
display: flex;
justify-content: flex-start;
align-items: flex-start;
margin: 0;
padding: 0;
}
.logo-row > * {
margin: 0;
}