﻿h1 {
    color: #312e81;
    font-size: 2.5rem;
    margin-bottom: 40px;
}

.btn-create {
    background-color: #386641ff;
    color: white;
    text-decoration: none;
    padding: 16px 40px;
    border-radius: 12px;
    font-size: 1.2rem;
    font-weight: 600;
}

.btn-create:hover {
    color: white;
}

article {
    max-width: 800px;
    margin: 60px auto;
    padding: 0 20px 40px;
    line-height: 1.6;
}

article h2 {
    color: #312e81;
    margin-top: 30px;
    margin-bottom: 15px;
}

article h3 {
    color: #312e81;
    margin-top: 25px;
    margin-bottom: 12px;
}

article p {
    margin-bottom: 20px;
    color: #333;
}

