html {
    height: 100% !important;
}

hr {
    margin: 4px;
    border-style: dashed;
    border-color: black;
    margin-bottom: 10px;
}

.m10 {
    margin-bottom: 10px;
}

.header {
    width: 100%;
    background-color: #10509C;
}

.bluis {
    background-color: #10509C;
    height: 60px;
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 20px;
    color: white;
    padding: 20px
}