|
|
|
@ -4,7 +4,7 @@ body{
|
|
|
|
|
|
|
|
|
|
h1{
|
|
|
|
|
color : white;
|
|
|
|
|
font-family: Lemon;
|
|
|
|
|
font-family: "Lemon", serif;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 32px;
|
|
|
|
|
}
|
|
|
|
@ -12,7 +12,7 @@ h1{
|
|
|
|
|
p{
|
|
|
|
|
color : white;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
font-family: Lemon;
|
|
|
|
|
font-family: "Lemon", serif;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.login{
|
|
|
|
@ -41,7 +41,9 @@ p{
|
|
|
|
|
margin-bottom: 5%;
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding-top: 1%;
|
|
|
|
|
color: white;
|
|
|
|
|
font-family: "Lemon", serif;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -51,6 +53,7 @@ p{
|
|
|
|
|
|
|
|
|
|
.buttonSudmite{
|
|
|
|
|
background: linear-gradient(90deg, #6100ff 0%, #1b0048 100%);
|
|
|
|
|
font-family: "Lemon", serif;
|
|
|
|
|
border: none;
|
|
|
|
|
color: white;
|
|
|
|
|
padding: 2%;
|
|
|
|
|