html,
body,
article {
    height: 100%;
}

body {

    background-color: #3A7EED;
}

#COMPONENT_Home {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#COMPONENT_Home .panel {
    max-width: 250px;
    flex-basis: 250px;
}

#COMPONENT_Bio, #COMPONENT_BioDetail {
    padding-top: 15px;
    background-color: #3A7EED;
}

.btn-header {
    margin-top: -6px;
    margin-right: -10px;
}