.app-contact {
    background-color: white;
    color: lightgray;
    width: 330px;
    height: 220px;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px;
    border-width: 0px;
    border-style: solid;
    margin: auto;
}

.app-contact:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.app-contact:active {
    background-color: gray;
}

.app-contact-img {
    display: block;
    margin: 20px auto;
    
}

.app-contact-text {
    justify-content: bottom;
    text-align: center;
    color: rgb(67,67,67);
    text-decoration: none;
}