h2{
    font-size:26px;

}
h3{
    font-size:22px;
    margin-top:.8rem;
    margin-bottom: .8rem;
}
.link-card{

    margin-bottom: 1rem;
    padding: 1.5rem;
    border-radius: 5px;
    border-left: 4px solid #00adff;
    transition: transform 0.2s ease-in-out;
}
.link-card:hover{
    transform: scale(1.05);
}