@font-face {
    font-family: Segoe UI;
    src: url('Segoe UI.ttf');
}

html{
    height: 100%;
}
  
body {
    margin: 0; 
    background-color: #F5F5F5; 
    height: 100%; 
    font-family: Segoe UI;
}

.link-alias {
    color:#2962FF;
    font-weight: bold;
    text-decoration: none;
}
.link-example {
    font-weight: 600; 
    display: block
}

.content {
    display: flex; 
    flex-direction: column; 
    text-align: center; 
    height: 100%;
}

.header {
    color: white;
    height: 56px; 
    background-color: #01579B; 
    text-align: left; 
}

.header img{
    margin: 18px 0 18px 35px;
}

.message {
    margin-top: 64px; 
    height: 100%; 
    flex: 1; 
    font-size: 14px;
    line-height: 20px;
}

.title{
    font-size: 20px;
    line-height: 28px; 
    font-weight: 600;  
    margin-bottom: 28px;
}

.footer{
    font-size: 14px; 
    line-height: 20px;
    font-weight: 400;
}