h1{
    color: black;

}

h1>span{
    color: rgb(255, 185, 54);
}


div{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;
}
