- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
body{
background: gray;
text-align: center;
}
#serials{
text-align: center;
}
#search{
font-weight: bold;
border-radius: 0px 20px 20px 0px;
}
#search:hover{
color: white;
}
input{
border-radius: 20px 0px 0px 20px;
text-align: center;
}
input, #search{
border: grey;
background: #9e9e9e !important;
font-size: 20px;
padding: 10px 20px 10px 10px;
outline: none;
color: white;
}