.lrt-holder {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.lrt-header-holder {
    width: 100%;
}

.lrt-header {
    color: #012f6b;
    font-size: 38px;
    font-weight: 100;
    line-height: 1;
    text-align: center;
}

.lrt-header span{
    text-decoration: underline;
}

.lrt-header a {
    color: #012f6b;
    transition: 0.3s;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    font-family: inherit;
    text-align: center;
}

.lrt-header a:hover {
    color: #012f6b;
}

/* ************* */
.lrt-button-holder{
    width: 100%;
    display: flex;
    justify-content: center;
}

.lrt-button{
    background-color: #ffd800;
    border-style: solid;
    border-radius: 15px;
    color: #012f6b;
    font-size: 16px;
    padding: 15px 30px;
    width: fit-content;
    margin: auto;
    font-weight: 700;
    font-family: inherit;
    
    transition: 0.3s;
}

.lrt-button:hover{
    color: #012f6b;
}