.h-100{
    height: 100% !important;
}
.body-container{
 display: flex;
 align-items: center;
 justify-content: center;
}
.character-counter{
    display: flex;
    justify-content: space-between;
    margin-top: 0.6rem;
}
.character-counter span{
    color: #b1b1b1;
    margin: 0;
    padding: 0;
}
.img-res2{
    max-width: 80%;
    height: auto;
}
.custom-row{
    display: flex;
    justify-content: center;
}
.custom-justify-content-center{
    justify-content: center;
}
.mr-3{
    margin-right: 1.5rem;
}
.mt-3{
    margin-top: 1.5rem;
}
.mt-1{
    margin-top: 0.6rem;
}
#copyMessage{
    color:#95c799;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#copyMessage2{
    color:#95c799;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}