body {
    padding: 0;
    background-color: #000000;
    font-family: sans-serif;
    text-align: center;
}
.message {
    margin: 0 auto;
    max-width: 720px;
    background-color: #fff;
    width: 90%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-bottom: 5px;
}
.message h1 {
    font-size: 22px;
    padding-top: 20px;
}
.message p{
    max-width: 290px;
    width: 90%;
    font-weight: 600;
    font-size: 14px;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 10px;
}
p.steps {
    font-size: 13px;
}
.green-text {
    color:#258108;
}
a.download-button {
    background-color: #F7A500;
    color: #fff;
    text-decoration: none;
    display: block;
    max-width: 280px;
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
    margin-top: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;+
    font-size: 18px;
}
@media only screen and (max-width: 380px) {
    .message{
        width: 95%;
    }
    .message h1 {
        font-size: 18px;
        padding-top: 10px;
    }
    .message p {
        width: 95%;
        font-size: 13px;
        margin-bottom: 5px;
    }
    p.steps {
        font-size: 11px;
    }
}