.boxed{
    box-shadow: 0 0 20px 0 rgba(100,138,161,0.8);
    background-color: #fff;
}
header{
    background-image: url(../images/header.jpg);
    background-repeat: no-repeat;
    height:160px;
    background-size: cover;
    background-position: center;
    margin: 0 -15px
}
.pointer{
    cursor: pointer;
}
.random-blog{
    height: 250px;   
}
.amazon, .box{
    margin: 15px auto;
    width:468px;
}
.white a{
    color: #fff;
}