#message-box {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 45%;
    margin-top: 15%;
    margin-left: 25%;
    padding: 2.5%;

    text-align: center;

    background: #eee;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#message-box #logo {
    margin-bottom: 10px;
}
