/* start reset default styles of browsers */
body, h1, h2, h3, h4, p, ul, li {
    margin: 0;
    padding: 0;
}
/* end reset default styles of browsers */

body {
    font-family: Tahoma, Arial, sans-serif;
    line-height: 1.6;
    font-size: 16px;
    color: #595857;
}

header, footer {
    text-align: center;
    margin: 30px 30px;
}

main {
    margin: 0px 30px;
}

a {
    text-decoration: none;
    color: #000000;
}

a:hover {
    text-decoration: underline;
}

h1 {
    margin: 30px 0px;
}

h2 {
    margin: 20px 0px;
}

h3 {
    font-weight: bold;
    margin-top: 20px;
}

h4 {
    font-weight: normal;
    margin-top: 10px;
}

hr {
    border: dashed #595857 1px;
}

.top {
    margin-top: 15px;
    text-align: right;
}

.text-smaller {
    font-size: smaller;
}

.notepad0, .fanstuff, .strolling, .profile {
    text-align: center;
}

.profile-img {
    margin-right: 5px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.sns-img {
    margin-right: 5px;
    width: 50px;
    height: 50px;
}

.np-img {
    width: 250px;
    height: 250px;
}

.fs-img, .strl-img {
    margin-right: 5px;
    width: 200px;
    height: 200px;
    border-radius: 5%;
}

.pr {
    margin: 30px 0px;
    font-size: smaller;
}

.pr-img {
    margin-right: 5px;
    width: 200px;
    height: 200px;
    /* height: 167px; */
}

.pr-img2 {
    margin-right: 5px;
    width: 150px;
    height: 150px;
}

.rktn {
    margin: 10px 0px;
    padding: 2px 10px;
    color: #ffffff;
    background:rgba(234,85,80,0.8);
    border-radius: 5%;
}

.amzn {
    margin: 10px 0px;
    padding: 2px 10px;
    color: #ffffff;
    background:rgba(36,20,14,0.8);
    border-radius: 5%;
}

.pr-gray {
    color: #c8c2c6;
    font-size: xx-small;
}

/* start policy details */
.check {
    display: none;
}

.label {
    font-size: smaller;
}

.text {
    overflow: hidden;
    height: 0;
    transition: 0.5s;
    font-size: x-small;
}

.check:checked + .label + .text {
    height: auto;
}
/* end policy details */

.footer151 {
    margin: 1rem 0rem;
}