.container2 {
    justify-self: center;
    display: block;
    position: relative;
    width: 79%;
    border: 2px dashed purple;
    justify-content: space-evenly;
    padding: 5px;
    table-layout: auto;

}


table {
    border: 0;
    width: 100%;
    table-layout: auto;
}

table img {
    border-radius: 50%;
}

table img:hover {
    border: 7px solid purple;
}

tr, td {
    padding: 5px;
    text-align: center;
    border: 0;
}

td {
    vertical-align: middle;
}

img {
    max-width: 100%;
    height: auto;
}

.button{
    cursor: pointer;
    background-color: white;
    font-family: 'Chewy', sans-serif;
    color: black;
    position: relative;
    left: 200px;
    margin: 5px;

}
