.flex-container {
    display: flex;
    align-items: top;
    margin-top: 3px;
    justify-content: center;
    background-color: #fff;
    min-height: 100vh;
}

.p-top {
    margin-top: -5px;


}

.square-pic {
    position: relative;
    width: 100%;
    padding-top: 100%;
}

.square-pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a:link,
a:visited {
    color: #000;
    /* text-align: center; */
    text-decoration: none;
    display: inline-block;
}

a:hover,
a:active {
    background-color: none;
    color: #0000ff;
}

body {
    font-family: 'Mitr', sans-serif;
}
