.justify-self-center{
    justify-self: center;
}

.bg-gradient-mainBlue{
    background:radial-gradient(#183160 0%, #182738 100%)
}

.h-50x{
    height:50px;
}

@media (min-width:1280px) {
    .md-screen\:h-200x{
        height:200px;
    }
}

.p-2{
    padding:0.5rem;
}
.pt-4{
    padding-top:1rem;
}
.p-7\.5{
    padding:1.875rem;
}
.mb-7\.5{
    margin-bottom:1.875rem;
}