
      .contact-card {
            background-color: #103851;
            color: #ffffff;
            height: 15em;
            padding: 10px;
            display: flex;
            align-items: center;
            justify-content: center;

        }

        .contact-card:hover {
            background-color: #235d73;

        }

        .contact-iq a:hover {
            text-decoration: none;
        }


        #iqCard{
            transition: top .25s ease;
            top: 0px;
        }
        
        #iqCard:hover{
            top: -10px;
        }