aside {
    float: left;
    width: 150px;
}
body{
    margin-left: 30%;
}
beside{
    float: right;
    width: 50px;
}
