body {
background: #2b5876;
background: -webkit-linear-gradient(to right, #4e4376, #2b5876);
background: linear-gradient(to right, #4e4376, #2b5876);
    font-family: 'Raleway', 'STHeitiSC-Light', 'Microsoft YaHei', sans-serif;
}

.note_wrap {
    background: #fff;
    padding: 1em 2em;
    width: 80%;
    margin: 30px auto;
    box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.7);
}

.note {
    background-image:
        linear-gradient(180deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0) 97%,
            #ddd 97%,
            #ddd 100%);
    background-size: 100% 2em;
    line-height: 2;
}

.note p {
    margin-bottom: 2em;
}

h1 {
    font-size: 25px;
    font-family: 'Fredericka the Great', cursive;
    position: absolute;
    top: -0.15em;
    background-color: rgba(205, 205, 205, 0.7);
    border-left: 10px solid #A1689A;
    box-shadow: 0 0 5px;
    padding: 0.05px 1.5em;
    margin:2em 0 0 -1em ;
    color: #454545;

    transform: rotate(-3deg);
}

#id {
    font-family: 'Fredericka the Great';
    border-bottom: dotted;
    border-width: 1px;
}

.hl{
    border-bottom: dotted;
    border-width: 1px;
}