
.replacerbox{
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: stretch;
}
.reptext{
    width: 100%;
}
.textbox1{
    width: 100%;
    min-height: 300px;
    resize: vertical;
}
.textbox1{
    width: 100%;
    min-height: 300px;
    resize: vertical;
    margin: 10px 0;
    padding: 10px;
    border: solid 3px #988574;
    border-radius: 10px;
    color: #988574;
    font-weight: bold;
    background-color: #e6f4ec;
    top: 0;
}
.textbox1:focus,
.textbox1:active{
    color: #988574;
    outline: none;
    font-weight: bold;
    background-color: #e6f4ec;
}
.represultbox{
    width: 100%;
}
.repbox{
    width: 100%;
    margin: 20px 0;
}
.rep{
    width: 100%;
    min-height: 40px;
    resize: vertical;
    padding: 10px;
    border: solid 3px #988574;
    border-radius: 10px;
    color: #988574;
    font-weight: bold;
    background-color: #e6f4ec;
}
.rep:focus,
.rep:active{
    color: #988574;
    outline: none;
    font-weight: bold;
    background-color: #e6f4ec;
}
.repbtn{
    color: #988574;
    outline: none;
    font-weight: bold;
    border-radius: 10px;
    width: 100%;
    height: 50px;
    margin-bottom: 30px;
    font-size: 1.3em;
    border: solid 3px #988574;
    background-color: #e6f4ec;
    margin-top: 30px;
}
.repbtn:hover{
    color: #988574;
    background-color: #e6f4ec;
    border: solid 3px #d3c2b2;
}
.repbtn:active{
    color: #af9f91;
    background-color: #d9ece2;
    border: solid 3px #988574;
}