.livre {
    width: 6rem;
}

.title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 130px;
}

.text-title {
    margin-left: 15px;
    margin-right: 15px;
    font-weight: bold;
}

.description {
    -webkit-box-shadow: 0px 0px 18px 2px rgba(76,224,218,0.54);
    -moz-box-shadow: 0px 0px 18px 2px rgba(76,224,218,0.54);
    box-shadow: 0px 0px 18px 2px rgba(76,224,218,0.54);
    margin-left: 40px;
    margin-top: 50px;
    margin-right: 40px;
    border-radius: 10px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

.form {
    -webkit-box-shadow: 0px 0px 18px 2px rgba(76,224,218,0.54);
    -moz-box-shadow: 0px 0px 18px 2px rgba(76,224,218,0.54);
    box-shadow: 0px 0px 18px 2px rgba(76,224,218,0.54);
    margin-left: 40px;
    margin-top: 50px;
    margin-right: 40px;
    border-radius: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
    justify-content: center;
}

.comment {
    -webkit-box-shadow: 0px 0px 18px 2px rgba(76,224,218,0.54);
    -moz-box-shadow: 0px 0px 18px 2px rgba(76,224,218,0.54);
    box-shadow: 0px 0px 18px 2px rgba(76,224,218,0.54);
    margin-left: 40px;
    margin-top: 50px;
    margin-right: 40px;
    border-radius: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
}

.textarea {
    padding: 3px;
}

.submit-btn {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #4ce0da;
    border-radius: 4px;
    color: white;
    border-width: 0px;
}

.comment-box {
    -webkit-box-shadow: 0px 0px 18px 2px rgba(76,224,218,0.54);
    -moz-box-shadow: 0px 0px 18px 2px rgba(76,224,218,0.54);
    box-shadow: 0px 0px 18px 2px rgba(76,224,218,0.54);
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
    margin-bottom: 25px;
}

.comment-bottom {
    padding-left: 50px;
    padding-right: 50px;
    width: 90%;
}