.mylink-flex {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.mylink-div {
    margin: 10px;
    padding: 25px;
    height: 200px;
    width: 200px;
    background: #6dd1cb;
    border: 1px solid #009390;
    text-align: center;
}

.mylink-div:hover {
    background: #99e0dc;
}

.mylink-flex img {
    max-height: 100px;
    max-width: 100px;
    margin-bottom: 15px;
}

.mylink-topdiv {
    width: 100%;
    height: 115px;
}

.mylink-buttomdiv {
    width: 100%;
    height: 50px;
}

.mylink-a{
    text-decoration: none;
}