.balatro{
    max-width: 1200px;
    display: flex;
    flex-direction: row;
    align-self: center;
    align-items: center;
    margin-top: 70px;
}

.img-container{
    min-width: 500px;
}

.text-block{
    margin-right: 5px;
}

@media screen and (max-width: 800px){
    .balatro{
        flex-direction: column;
        margin-top: 45px;
    }

    .img-container{
        min-width: 50%;
        align-self: center;
        margin: 15px;
    }

    .text-block{
        margin-right: 0px;
    }
}

@media screen and (max-width: 500px){
    .img-container{
        min-width: 100%;
    }
}

h3{
    color: rgb(127, 185, 251);
    margin-top: 5px;
    margin-bottom: 5px;
}


.img-container img{
    width: 100%;
    border-color: rgb(35, 117, 211);
    border-width: 1px;
    border-style: solid;
}