div{
    float: left;
    margin-left: 2em;
}
#div1{
    width: 50px;
    height: 50px;
    background-color: #d6b1fa;
}
#div2{
    width: 200px;
    height: 500px;
    background-color: #9fc1ff;
    display: none;
}
