body{
    background-color: gray;
}
.instructions {
    width: 300px;
    height: 500px;
    background-color: lightslategray;
    color: white;
    float: left;   
}
