    h1{
        color:#1d4de8;
font-size: 36px;
text-align: center;
    }
    h2,h3{
        color: #111827;
    }
    p{
        font-size: 18px;
        line-height: 1.6;
    }

    button{
        color: white;
        background-color: #5e76c8;
        margin: 5px;
        padding: 10px 15px;
        border-radius: 8px;
        border-style: hidden;
        
    }   
    #hero{
        color: #5e76c8;

    }
    .highlight{
        color:blue;
        font-size: 20px;
        margin-bottom: 20px;
    }
    button:hover{
        color:white;
        background-color: #314a9b;
        cursor: pointer;
        transition: 0.3;
    }
    input:focus{
        border-color:#5e76c8 ;
        outline: none;
        box-shadow: none;
        padding: 5px 7px;
    }
    link:hover{
        color: rgb(165, 133, 206);
    }