body{ background-color: black;}

div.q1{
    width:300px;
    height:200px;
    border:25px solid darkblue;
    padding:25px;
    margin:25px;
    outline:10px dotted navy;
    background-color:blue;
    color:lightblue;
    text-shadow: 2px 2px black;
    float:left;
}
