<style type="text/css">

@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Poor+Story');

body {
    background: #fff;
    color: #333;
    font-size: 12px;
    font-family: 'Poor Story', CI, sans-serif;
    line-height: 180%;
    letter-spacing: 2px;
}

a {
    color: #87ceeb;
    text-decoration: none;
    padding: 0 3px;
}

a:hover, active {
    position: relative;
    top: 0;
}

h2 {
    font-size: 150%;
    margin: -50px -18px 10px;
    font-weight: 200;
    background: #87ceeb;
    width: 100%;
    height: 50px;
    border-radius: 50%;
    padding: 15px;
    text-align: center;
    line-height: 100%;
    color: #fff;
    border: solid 3px #fff;
}

h1 {
    font-size: 150%;
    margin: -50px -20px 10px;
    font-weight: 200;
    background: #87ceeb;
    width: 100%;
    height: 150%;
    padding: 15px;
    text-align: center;
    line-height: 110%;
    color: #fff;
    border: solid 3px #fff;
}

header {
    background-image: linear-gradient(
        -45deg,
        #fff 25%, #bcddeb 25%,
        #bcddeb 50%, #fff 50%,
        #fff 75%, #bcddeb 75%,
        #bcddeb
    );
    background-size: 10px 10px;
    margin: 0;
    padding: 0;
    height: 20px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.wrp {
    max-width: 500px;
    margin: 70px auto 0;
}

.st {
    background-image: linear-gradient(
        -45deg,
        #fff 25%, #bcddeb 25%,
        #bcddeb 50%, #fff 50%,
        #fff 75%, #bcddeb 75%,
        #bcddeb
    );
    background-size: 8px 8px;
    border-radius: 10px;
    margin: 50px 20px 10px;
    padding: 5px;
}

.top {
    background: rgba(255,255,255,1);
    padding:15px;
    border-radius: 10px;
}

.more {
    text-align: right;
    margin-top: 10px;
}

.more a {
    color: #87ceeb;
    text-decoration: none;
    border: 2px solid #87ceeb;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: 700;
    letter-spacing: 5px;
    background: #fff;
}

.more a:hover, active {
    border: 2px solid #87ceeb;
    color: #fff;
    background: #87ceeb;
}

.ft {
    text-align: center;
    margin-top: 20px;
}

.ft a {
    color: #87ceeb;
    text-decoration: none;
    border: 2px solid #87ceeb;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: 700;
    letter-spacing: 5px;
    background: #fff;
    margin: 0 15px;
}

.ft a:hover, active {
    border: 2px solid #87ceeb;
    color: #fff;
    background: #87ceeb;
}
</style>