main{
    width:100%;
    height:100%;
}

.Slashbox{
    display:block;
    border-top:#0a367c 6px solid;
    border-bottom:#0a367c 4px solid;
    transform: rotate(-3deg);
    text-align: center;
    width:150%;
    padding:40px 0px;
    background-color: #fff;
}

.Slashbox .Box{
    padding:20px;
    width:70vw;
    margin:0 auto;
    transform: rotate(3deg);
}