.btn-circle {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%; /* Hace que el botón sea circular */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px; /* Tamaño del símbolo */
    color: white; /* Color del texto */
}