body{
    font-family: arial;
    background: rgb(255, 255, 255);
    

}

h1{
    color:rgb(56, 56, 56);
    font-size: 26px;
    text-align: center;
}

p{
    text-decoration: none;
    position: relative;
    /*font-weight: bold;*/
    font-size: 18px;
    text-align: center;
    color: rgb(14, 22, 94);
    padding-top: 2px;
    padding-bottom: 5px;
    transform: scale(1,1);
    transition: transform 0.4s ease-in-out;
}

p:hover{
    color:rgb(142, 152, 226);
    transform: scale(1.1,1.1lk);
}

a{
    text-decoration: none;
    position: relative;
    /*font-weight: bold;*/
    font-size: 18px;
    text-align: center;
    color: rgb(14, 22, 94);
    padding-top: 2px;
    padding-bottom: 5px;
    transform: scale(1,1);
    transition: transform 0.4s ease-in-out;
}

a:hover{
    color:rgb(142, 152, 226);
    transform: scale(1.1,1.1lk);
}