Пленарні засідання
20 Травня, 2025 р., 16:52
Протокол Голосування Рішення
.button-container {
display: flex;
justify-content: center;
gap: 20px;
padding: 20px 0;
flex-wrap: wrap;
}
.link-button {
text-decoration: none;
padding: 12px 24px;
background-color: #007bff;
color: #fff;
border-radius: 4px;
font-weight: bold;
font-size: 24px;
transition: background-color 0.3s ease;
}
.link-button:hover {
background-color: #58C334;
}
.video-wrapper {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 100%;
margin: 0 auto;
}
.video-wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}