body {
    background-color: #fafafa;
}

form textarea {
    height: 400px;
    border-radius: 5px;
}

.btn-custom {
    border-radius: 50px;
    transition: 0.3s all;
}

.btn-custom:hover {
    transform: scale(1.02);
}

.btn-primary {
    background-color: #0056b3;
    color: #ffffff;
}

a.btn-primary {
    background-color: #0056b3;
    color: #ffffff;
}

#result {
    word-wrap: break-word;
    white-space: pre-wrap;
    padding: 20px;
    background-color: #f2f2f2;
    border-radius: 5px;
}

#about {
    padding: 20px 20px 0px 20px;
}

#footer {
    padding: 20px;
    border-top: 1px solid #ddd;
}
