/* Put your custom styles here */
.vh {
    height: 100vh;
}

.main_color {
    color: #1a154b;
}

.middleVertical {
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
}

.centerVH {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.underlined_title_white {
    width: 10%;
    border-width: 2px;
    border-color: #ffffff;
}

.txtShadow {
    text-shadow: 1px 1px #1a154b;
}

.posFloat {
    max-width: 70%;
    position: float;
}

.fullscreen {
    min-height: 100vh;
}