.text-justify { 
text-align:justify!important;
}


.tn-atom {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
.tn-atom {
    background-color: #596fff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    width: 10%;
    margin-bottom: 10px;
}


main {  
--bs-gutter-x: 2.5rem;
  --bs-gutter-y: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--bs-gutter-x)*.5);
  padding-right: calc(var(--bs-gutter-x)*.5);
  width: 100%;
}

.navbar .navbar-nav .nav-item .nav-link {
     font-size: 1.3rem!important;
}

.parallax-image {
            position: absolute;
            width: 20%;
            height: 20%;
            top: -20%;
            left: -20%;
            background-size: cover;
            background-position: center;
            transition: transform 0.1s ease;
        }