/*title*/
h1 {
    font-size: 2.5rem;
    font-weight: 900;
    color: rgb(63, 162, 255);
}
h1:hover {
    transition: all 0.2s ease-in-out;
    transform: scale(1.03);
    color:  rgb(108, 176, 248);    
}
h2 {
    font-size: 2rem;
    font-weight: 900;
    color: rgb(63, 162, 255);
}
h2:hover {
    transition: all 0.2s ease-in-out;
    transform: scale(1.03);
    color:  rgb(108, 176, 248);    
}
h3 {
    font-size: 1.5rem;
    font-weight: 900;
    color: rgb(63, 162, 255);
}
h3:hover {
    transition: all 0.2s ease-in-out;
    transform: scale(1.03);
    color:  rgb(108, 176, 248);    
}
