body {
    background: #F6F8F9
}

#title {
    margin-left: 50px;
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: bold;
}

#container {
    margin-left: 50px;
    margin-right: 50px;
    padding-top: 100px;
    background: #ffffff;
    border-radius: 3px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
    text-align: center;
    height: 400px;
}

#message {
    color: #353535;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}

img {
    border: 0;
    margin: 0;
    width: 220px;
    height: 220px;
}
