body{
    background-color: rgb(228, 228, 228);
}

.search{
    position: flex;
    align-self: center;
    text-align: center;
    color: rgb(15, 42, 94) ;
}
.lead{
    position: flex;
    align-self: center;
    text-align: center;
   font-size: 30px;
   color: white;
   text-shadow: white;
}

.lead:hover{
    color: yellow;
}

.warning{
    color: yellow;
    text-decoration: white;
}