@font-face {
    font-family: myFont;
    src: url(DOTMATRI.TTF);
}   
.container1 {
    display: flex;
    justify-content: center;
}

.container2 {
    display: flex;
    justify-content: center;
}
.container3 {
    display: flex;
    justify-content: center;
    flex-shrink: 0;
}
.h1 {
    color: white;
    font-family: myFont;
    text-align: center;
    font-size: 35px;
    margin-top: 18%;
}

.item {
    /* border: 5px solid white; */
    margin: 5px;
    /* flex-shrink: 0; */
}

.item img{
    max-width: 100%;
}