@charset "utf-8";

.wrap{
    
    background-size:100%;
}
.textarea{
    width: 100%;
    float: left;
}
.text{
    width: 96%;
    margin: 2% auto;
}
.text h1{
    text-align: center;
}
.autor{
    border-bottom: 2px solid #744f94;
    width: 100%;
    height: 28px;
}
.autor p{
    width: 150px;
    float: right;
    text-align: right;
}
.txt{
    width: 98%;
    margin: 2% auto;
}
.txt img{
    max-width: 700px;
    margin: 0 auto;
}