h1 {
    text-align: center;
    margin-top:230px ;
    font-size:40px;
}

h1 span:nth-child(1){
    color: burlywood;
}

h1 span:nth-child(2){
    color: rgb(228, 20, 20);
}

h1 span:nth-child(3){
    color: burlywood;
}

h1 span:nth-child(4){
    color: rgb(3, 7, 252);
}

.search-bar{
    width:500px;
}
