body{
    color: #333;;
    font-family: Verdana, Arial, sans-serif;
    font-weight:400;
    font-size:14px;
}
h1{font-size:20px;}
h2{font-size:18px;}
h3{font-size:16px;}
.page{width:80%;text-align:center;margin:0 auto;}
.content{
    background: #fff;
    color:#999;
}
button{background:yellow; color:#333;padding:10px 20px;border:0;font-size:22px;margin-top:10px;margin-bottom:10px}
.pin{background:yellow; color:#333;padding:10px 20px;border:0;font-size:32px;width:122px;font-weight: bold;text-align: center;}
textarea{min-height:200px;width:250px;border:1px solid #552c5d}
@media screen and (max-width: 600px){
    a{
        font-size:20px;
    }
}
@media screen and (max-width: 400px){
    a{
        font-size:18px;
    }
}
