.interactive-elements {
display: flex;
flex-direction: column;
align-items: center;
}
.btnt {
padding: 10px 20px;
background-color: #4CAF50;
color: #fff;
border: none;
cursor: pointer;
margin-bottom: 10px;
}
.btnt:hover {
background-color: #45a049;
}
.link {
color: #007bff;
text-decoration: none;
margin-bottom: 10px;
}
.link:hover {
text-decoration: underline;
}
.input-field {
padding: 10px;
border: 1px solid #ccc;
border-radius: 4px;
margin-bottom: 10px;
}