Call Center TRIV – Solusi Cepat
body {
font-family: Arial, sans-serif;
background-color: #f4f6f9;
margin: 0;
padding: 0;
}
.container {
max-width: 500px;
margin: 60px auto;
background: #ffffff;
padding: 30px;
border-radius: 10px;
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
text-align: center;
}
h1 {
color: #2c3e50;
}
p {
color: #555;
line-height: 1.6;
}
.features {
text-align: left;
margin: 20px 0;
}
.features li {
margin-bottom: 10px;
}
.btn {
display: inline-block;
margin-top: 20px;
padding: 12px 20px;
background-color: #007bff;
color: #fff;
text-decoration: none;
border-radius: 6px;
font-weight: bold;
}
.btn:hover {
background-color: #0056b3;
}
.footer {
margin-top: 20px;
font-size: 12px;
color: #999;
}