main {
    padding: 200px 0;
    height: calc(100vh - 200px);
    text-align: center;
}

.title {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #163282;
}

.notification p {
    color: #163282;
}

hr {
    height: 3px !important;
    color: #163282;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.btn-top-landing {
    background-color: #163282;
    height: 42px;
    width: 250px;
    border: none;
    font-weight: bold;
    color: #fff;
    padding-top: 10px;
    border-radius: 10px;
}