body{
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif;
    height: 100%;
    min-height: 100vh;
    background-color: #F6FAFB;
}

#header {
    flex: 0 0 135px;
    justify-content: center;
    height: 135px;
    display: flex;
    align-items: center;
    background-color: transparent;
}
.msg-wr {
    max-width: 1170px;
    width: 95%;
    margin: 0 auto 0 auto;
    padding: 2rem;
    background-color: #ffffff;
    min-height: 540px;
}

.msg-inner {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}

.error-code {
    font-size: 80px;
    color: #333333;
    font-weight: 700;
    display: block;
    margin: 0 auto 55px auto;
    padding-top: 30px;
    text-align: center;
}

h5 {
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 30px;
}

ul {
    margin-bottom: 30px;
}

ul li {
    font-size:14px;
    color: #333333;
    line-height: 23px;
    list-style-type: none;
    position: relative;
    padding-left: 18px;
}

ul li:before {
     content: '•';
     position: absolute;
     left: 0;
     top: 0;
     color: #00A6E5;
     font-size: 20px;
}

p {
    color: #333333;
    font-size: 14px;
}

a {
    color: #00A6E5;
    text-decoration: underline;
}