
.square {
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: #ccc;
    cursor: move;
}

.square img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body {
    background-image: url("src/TierListBgd.png");
    background-repeat: no-repeat;
    background-size: 75%;
}

.container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}