body {
    background-color: white;
}

.content {
    width: 330px;
    height: 430px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
}

.big-icon {
    color: #9f9f9f;
    font-size: 70px;
}

.content h2 {
    margin: 0 0 30px 0;
    font-size: 30px;
}

.content p {
    font-size: 17px;
}

.box-alert {
    display: block;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
}
.box-alert-green {
    background-color: #d5eed6;
    color: #339938;
}
.box-alert-red {
    background-color: #eacec8;
    color: #aa2200;
}