* {

font-size: 22px ;
line-height : 1.75 ;


}

.m_pink {
    background: linear-gradient(transparent 60%, #ffc0cb 60%);
}

.m_brown {
    background: linear-gradient(transparent 60%, #deb887 60%);
}

.m_orange {
    background: linear-gradient(transparent 60%, #ffa500 60%);
}
.m_green {
    background: linear-gradient(transparent 60%, #7fffd4 60%);
}



.button {
	display: inline-block;
	width: 200px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button {
	position: relative;
	z-index: 2;
	background-color: #333;
	border: 2px solid #333;
	color: #fff;
	line-height: 50px;
}
.button:hover {
	background-color: #fff;
	border-color: #59b1eb;
	color: #59b1eb;
}
.button::before,
.button::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #333;
}
.button::before {
	right: 0;
}
.button::after {
	left: 0;
}
.button:hover::before,
.button:hover::after {
	width: 0;
	background-color: #59b1eb;
}

.balloon1 { width: 100%; margin: 1.5em 0; overflow: hidden; }
.balloon1 .faceicon { float: left; margin-right: -90px; width: 80px; }
.balloon1 .faceicon img{ width: 100%; height: auto; border: solid 3px #c6ffc6; border-radius: 50%; }
.balloon1 .chatting { width: 100%; }
.balloon1 .says { display: inline-block; position: relative; margin: 5px 0 0 105px; padding: 17px 13px; border-radius: 12px; background: #c6ffc6; } 
.balloon1 .says:after { content: ""; display: inline-block; position: absolute; top: 18px; left: -24px; border: 12px solid transparent; border-right: 12px solid #c6ffc6; }
.balloon1 .says p { margin: 0; padding: 0; font-size: 18px ; line-height : 1.75 ; }


.balloon2 { width: 100%; margin: 1.5em 0; overflow: hidden; }
.balloon2 .faceicon { float: left; margin-right: -90px; width: 80px; }
.balloon2 .faceicon img{ width: 100%; height: auto; border: solid 3px #ffffc6; border-radius: 50%; }
.balloon2 .chatting { width: 100%; }
.balloon2 .says { display: inline-block; position: relative; margin: 5px 0 0 105px; padding: 17px 13px; border-radius: 12px; background: #ffffc6; } 
.balloon2 .says:after { content: ""; display: inline-block; position: absolute; top: 18px; left: -24px; border: 12px solid transparent; border-right: 12px solid #ffffc6; }
.balloon2 .says p { margin: 0; padding: 0; font-size: 18px ; line-height : 1.75 ;}


.balloon3 { width: 100%; margin: 1.5em 0; overflow: hidden; }
.balloon3 .faceicon { float: left; margin-right: -90px; width: 80px; }
.balloon3 .faceicon img{ width: 100%; height: auto; border: solid 3px #ffbf7f; border-radius: 50%; }
.balloon3 .chatting { width: 100%; }
.balloon3 .says { display: inline-block; position: relative; margin: 5px 0 0 105px; padding: 17px 13px; border-radius: 12px; background: #ffbf7f; } 
.balloon3 .says:after { content: ""; display: inline-block; position: absolute; top: 18px; left: -24px; border: 12px solid transparent; border-right: 12px solid #ffbf7f; }
.balloon3 .says p { margin: 0; padding: 0; font-size: 18px ; line-height : 1.75 ;}


.balloon4 { width: 100%; margin: 1.5em 0; overflow: hidden; }
.balloon4 .faceicon { float: left; margin-right: -90px; width: 80px; }
.balloon4 .faceicon img{ width: 100%; height: auto; border: solid 3px #ffe4e1; border-radius: 50%; }
.balloon4 .chatting { width: 100%; }
.balloon4 .says { display: inline-block; position: relative; margin: 5px 0 0 105px; padding: 17px 13px; border-radius: 12px; background: #ffe4e1; } 
.balloon4 .says:after { content: ""; display: inline-block; position: absolute; top: 18px; left: -24px; border: 12px solid transparent; border-right: 12px solid #ffe4e1; }
.balloon4 .says p { margin: 0; padding: 0; font-size: 18px ; line-height : 1.75 ;}


.balloon5 { width: 100%; margin: 1.5em 0; overflow: hidden; }
.balloon5 .faceicon { float: left; margin-right: -90px; width: 80px; }
.balloon5 .faceicon img{ width: 100%; height: auto; border: solid 3px #d7ebfe; border-radius: 50%; }
.balloon5 .chatting { width: 100%; }
.balloon5 .says { display: inline-block; position: relative; margin: 5px 0 0 105px; padding: 17px 13px; border-radius: 12px; background: #d7ebfe; } 
.balloon5 .says:after { content: ""; display: inline-block; position: absolute; top: 18px; left: -24px; border: 12px solid transparent; border-right: 12px solid #d7ebfe; }
.balloon5 .says p { margin: 0; padding: 0; font-size: 18px ;line-height : 1.75 ;
}


.balloon6 { width: 100%; margin: 1.5em 0; overflow: hidden; }
.balloon6 .faceicon { float: left; margin-right: -90px; width: 80px; }
.balloon6 .faceicon img{ width: 100%; height: auto; border: solid 3px #e6e6fa; border-radius: 50%; }
.balloon6 .chatting { width: 100%; }
.balloon6 .says { display: inline-block; position: relative; margin: 5px 0 0 105px; padding: 17px 13px; border-radius: 12px; background: #e6e6fa; } 
.balloon6 .says:after { content: ""; display: inline-block; position: absolute; top: 18px; left: -24px; border: 12px solid transparent; border-right: 12px solid #e6e6fa; } 
.balloon6 .says p { margin: 0; padding: 0; font-size: 18px ; line-height : 1.75 ;}

blockquote {
    position: relative;
    padding: 35px 15px 10px 15px;
    box-sizing: border-box;
    background: #f5f5f5;
    color: #777777;
    border-left: 4px solid #9dd4ff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 3px;
    vertical-align: middle;
    content: "“";
    font-family: sans-serif;
    color: #9dd4ff;
    font-size: 90px;
    line-height: 1;
}

blockquote p {
    padding: 0;
    margin: 7px 0;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}


.box8 {
    padding: 0.2em 0.5em;
    margin: 2em 0;
    color: #565656;
    background: #ffeaea;
    box-shadow: 0px 0px 0px 10px #ffeaea;
    border: dashed 2px #ffc3c3;
    border-radius: 8px;
}
.box8 p {
    margin: 0; 
    padding: 0;
}

h1:first-letter {
font-size: 2em;
color: #bc611e;
}
h1 {
border-bottom: solid 3px #ffe2c6;
position: relative;
}

h1:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #ffe4e1;
bottom: -3px;
width: 20%;
}

.box28 {
    position: relative;
    margin: 2em 0;
    padding: 25px 10px 7px;
    border: solid 2px #FFC107;
}
.box28 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #FFC107;
    color: #ffffff;
    font-weight: bold;
}
.box28 p {
    margin: 0; 
    padding: 0;
}

.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #4169e1;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}

.square_btn {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #808080;
    background: #ffdab9;
    transition: .4s;
  }

.square_btn:hover {
    background: #ffa500;
}
.box17{
    margin:2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
}
.box17:before, .box17:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}
.box17:before {left: 10px;}
.box17:after {right: 10px;}
.box17 p {
    margin: 0; 
    padding: 0;
}
