Spaces:
Build error
Build error
File size: 731 Bytes
c41c6e2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 |
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;
}
|