pre code {
    background-color: #eee;
    border: 1px solid #999;
    display: block;
    padding-top: 0px;
    padding-left: 10px;
    padding-bottom: 15px;
    width: 100%;
}

.myDIV {
    width: 100%;
    padding: 50px 0;
    text-align: center;
    background-color: lightblue;
    margin-top: 20px;
}

body {
    background: url(/images/bg.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    color: rgb(8, 8, 26);
    //font-family: Verdana;
    width: 90%;
    margin: auto;
}

button {
    min-width: 50px;
    padding: 5px;
    text-align: center;
}

.msg {
    display: none;
}