
@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap');

#pc-container {
    font-family: 'Lora', serif;
    max-width: 760px;
    margin: 30px auto;
    padding: 20px;
    background-color: #f8fbff;
    border: 2px solid #dce9f9;
    border-radius: 10px;
}

h2 {
    font-weight: bold;
    color: #003366;
    margin-bottom: 15px;
}

textarea {
    width: 100%;
    height: 200px;
    margin-top: 10px;
    padding: 10px;
    font-size: 16px;
}

button {
    margin-top: 15px;
    background-color: #004080;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
}

button:hover {
    background-color: #0059b3;
}
