body {
    background-color: rgb(29, 116, 145);
}

h1 {
    color:blueviolet;
}

button{
    color: rgb(241, 0, 0) ;
}

h3 {
    color:azure;
}
