.center h1 {
	display: none;
}

.forum h2 {
	font-size: 22px;
}
.back {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.forum {
    max-width: 550px;
    background: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
}

.btn-telegram {
    background: #53859d;
    color: #fff !important;
}
.btn-telegram:hover {
    background: #345567;
	text-decoration: none;
}
a {
    color: #007bff;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}