.pattern {
    background-image: url("../images/bg.jpg");
    background-repeat: repeat;
    background-size: contain;
}

.notepad{
    background-image: repeating-linear-gradient(white 0px, white 23px, #7ca1a3 24px),
    repeating-linear-gradient(white 0px, white 23px, #7ca1a3 24px);
    font-size:18px !important;
    min-height : 33em;
}

.notepad-container:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 20px;
    border-right: 3px solid rgba(221, 183, 87, 0.5);
    z-index: 1000;
    box-sizing: border-box;
    }  

@media (min-width: 768px) {
    .notepad-container:before {
    width: 60px;
    }
}  

.notepad-fix{
    width: calc(100% - 2px);
    position: absolute;
    height: 2px;
    background: white;
    margin-left: 1px;
}
.notepad-fix-1{
    top: 23px;
}
.notepad-fix-2{
    top: 46px;
}
.notepad-fix-3{
    top: 70px;
}

.copyleft{
    display: inline-block; 
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -moz-transform: matrix(-1, 0, 0, 1, 0, 0);
    -o-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.custom-shape-divider-top-1728563176 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}
.reve br{
    display: block;
    margin: 10px 0;
    content: "";
}