/* General Computer Styles */
.computer {
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    background-color: #f4f4f9;
    color: #333;
    padding: 0;
}

/* Header Styles */
.computer-header h1 {
    text-align: center;
    font-size: 3rem;
    margin: 2rem 0;
    color: #000000;
}

.computer-header hr {
    margin: 0 auto;
    width: 80%;
    border: 0;
    height: 2px;
    background-color: #000000;
}

/* Articles Section */
.computer-articles {
    padding: 2rem;
    background-color: #fff;
}

.computer-articles h2 {
    font-size: 2.5rem;
    color: #000000;
    margin-bottom: 1.5rem;
    text-align: center;
}

.computer-articles ul {
    list-style-type: none;
    padding: 0;
    text-align: center;
}

.computer-articles li {
    margin-bottom: 0.75rem;
}

.computer-articles a {
    color: #2e61fc;
    text-decoration: none;
    font-size: 1.1rem;
    transition: color 0.3s ease;
}

.computer-articles a:hover {
    color: #f0a500;
}

/* Useful Links Section */
.computer-links {
    padding: 2rem;
    background-color: #fff;
}

.computer-links h2 {
    font-size: 2.5rem;
    color: #000000;
    margin-bottom: 1.5rem;
    text-align: center;
}

.computer-links ul {
    list-style-type: none;
    text-align: center;
    padding: 0;
}

.computer-links li {
    margin-bottom: 1rem;
}

.computer-links a {
    color: #2e61fc;
    text-decoration: none;
    font-size: 1.1rem;
    transition: color 0.3s ease;
}

.computer-links a:hover {
    color: #f0a500;
}

/* Contact Section */
.computer-contact {
    padding: 2rem;
    text-align: center;
    background-color: #f9f9f9;
}

.computer-contact p {
    font-size: 1rem;
    margin-top: 1rem;
    color: #555;
}

.computer-contact a {
    color: #2e61fc;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.computer-contact a:hover {
    color: #f0a500;
}

/* Footer */
.computer-footer {
    text-align: center;
    padding: 1rem;
    background-color: #222;
    color: #fff;
    font-size: 0.875rem;
}

/* Additional Styles for Layout */

.computer-footer p {
    margin: 0;
}
