33 lines
492 B
CSS
33 lines
492 B
CSS
body {
|
|
background-color: #7b1113;
|
|
font-family: 'Montserrat', sans-serif !important;
|
|
font-size: 15px;
|
|
color: #E0E0E0FF;
|
|
}
|
|
|
|
.header {
|
|
font-size: 50px;
|
|
}
|
|
|
|
.maindiv {
|
|
background-color: #E0E0E0;
|
|
color: #000000;
|
|
border-radius: 30px;
|
|
}
|
|
|
|
.imagediv {
|
|
background-color: #9E9E9E;
|
|
border-radius: 30px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.labels {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.btn {
|
|
border-radius: 30px;
|
|
width: 100%;
|
|
} |